Add support for GLSL_EXT_ray_tracing
and SPV_KHR_ray_tracing
This commit is contained in:
parent
f368dcbb7d
commit
db32b243ff
69 changed files with 6912 additions and 4972 deletions
10
Test/baseResults/spv.ext.IntersectShader_Errors.rint.out
Normal file
10
Test/baseResults/spv.ext.IntersectShader_Errors.rint.out
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
spv.ext.IntersectShader_Errors.rint
|
||||
ERROR: 0:3: 'rayPayloadInEXT' : not supported in this stage: intersection
|
||||
ERROR: 0:4: 'rayPayloadEXT' : not supported in this stage: intersection
|
||||
ERROR: 0:8: 'gl_HitTEXT' : undeclared identifier
|
||||
ERROR: 0:9: 'gl_HitKindEXT' : undeclared identifier
|
||||
ERROR: 0:10: 'traceRayEXT' : no matching overloaded function found
|
||||
ERROR: 5 compilation errors. No code generated.
|
||||
|
||||
|
||||
SPIR-V is not generated for failed compile or link
|
||||
Loading…
Add table
Add a link
Reference in a new issue