Add ray query capability if acceleration structure or ray query types declared (#2469)
* Add ray query capability if acceleration structure used Fixes #2430 in non-ray tracing stages and the extension is enabled * Add ray query capability if ray query declared * Fix printing of TypeRayQueryKHR It's no longer spelled with "Provisional"
This commit is contained in:
@@ -85,7 +85,7 @@ rayQuery-allOps.frag
|
||||
35: TypePointer Function 8(float)
|
||||
37: 18(int) Constant 3
|
||||
38: 8(float) Constant 1176255488
|
||||
45: TypeRayQueryProvisionalKHR
|
||||
45: TypeRayQueryKHR
|
||||
46: TypePointer Private 45
|
||||
47(rayQuery): 46(ptr) Variable Private
|
||||
48: TypeAccelerationStructureKHR
|
||||
|
||||
Reference in New Issue
Block a user