Skip to content

Commit

Permalink
Add standalone rahit test shader.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsymalla-AMD committed Oct 17, 2023
1 parent 5b452ac commit 45cc0b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions llpc/test/shaderdb/ray_tracing/standalone.rahit
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// BEGIN_SHADERTEST
/*
; RUN: amdllpc -v %gfxip %s | FileCheck -check-prefix=SHADERTEST %s
; SHADERTEST: _ahit1:
; SHADERTEST: AMDLLPC SUCCESS
*/
// END_SHADERTEST

#version 460
#extension GL_EXT_ray_tracing : enable

void main()
{
}

0 comments on commit 45cc0b9

Please sign in to comment.