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
21
Test/baseResults/spv.ext.MissShader_Errors.rmiss.out
Normal file
21
Test/baseResults/spv.ext.MissShader_Errors.rmiss.out
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
spv.ext.MissShader_Errors.rmiss
|
||||
ERROR: 0:3: 'hitAttributeEXT' : not supported in this stage: miss
|
||||
ERROR: 0:6: 'gl_PrimitiveID' : undeclared identifier
|
||||
ERROR: 0:6: '=' : cannot convert from ' temp float' to ' temp highp int'
|
||||
ERROR: 0:7: 'gl_InstanceID' : undeclared identifier (Did you mean gl_InstanceIndex?)
|
||||
ERROR: 0:7: '=' : cannot convert from ' temp float' to ' temp highp int'
|
||||
ERROR: 0:8: 'gl_InstanceCustomIndexEXT' : undeclared identifier
|
||||
ERROR: 0:8: '=' : cannot convert from ' temp float' to ' temp highp int'
|
||||
ERROR: 0:9: 'gl_ObjectToWorldEXT' : undeclared identifier
|
||||
ERROR: 0:9: '=' : cannot convert from ' temp float' to ' temp highp 4X3 matrix of float'
|
||||
ERROR: 0:10: 'gl_WorldToObjectEXT' : undeclared identifier
|
||||
ERROR: 0:10: '=' : cannot convert from ' temp float' to ' temp highp 4X3 matrix of float'
|
||||
ERROR: 0:11: 'gl_HitTEXT' : undeclared identifier
|
||||
ERROR: 0:12: 'gl_HitKindEXT' : undeclared identifier
|
||||
ERROR: 0:13: 'reportIntersectionEXT' : no matching overloaded function found
|
||||
ERROR: 0:14: 'ignoreIntersectionEXT' : no matching overloaded function found
|
||||
ERROR: 0:15: 'terminateRayEXT' : no matching overloaded function found
|
||||
ERROR: 16 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