Multiple features and misc fixes for final raytracing non experimental version.

This commit is contained in:
Ashwin Lele
2018-10-22 16:41:44 -07:00
parent b2b3d81e9b
commit ff1783db87
48 changed files with 5168 additions and 4850 deletions

View File

@@ -1,9 +1,9 @@
spv.IntersectShader_Errors.rint
ERROR: 0:3: 'rayPayloadInNVX' : not supported in this stage: intersection
ERROR: 0:4: 'rayPayloadNVX' : not supported in this stage: intersection
ERROR: 0:8: 'gl_HitTNVX' : undeclared identifier
ERROR: 0:9: 'gl_HitKindNVX' : undeclared identifier
ERROR: 0:10: 'traceNVX' : no matching overloaded function found
ERROR: 0:3: 'rayPayloadInNV' : not supported in this stage: intersection
ERROR: 0:4: 'rayPayloadNV' : not supported in this stage: intersection
ERROR: 0:8: 'gl_HitTNV' : undeclared identifier
ERROR: 0:9: 'gl_HitKindNV' : undeclared identifier
ERROR: 0:10: 'traceNV' : no matching overloaded function found
ERROR: 5 compilation errors. No code generated.