pass by reference updates
This commit is contained in:
parent
b366a703a5
commit
054b5e35eb
11 changed files with 22 additions and 272 deletions
|
|
@ -4,10 +4,8 @@ rayQuery-allOps.comp
|
|||
// Id's are bound by 257
|
||||
|
||||
Capability Shader
|
||||
Capability VariablePointers
|
||||
Capability RayQueryProvisionalKHR
|
||||
Extension "SPV_KHR_ray_query"
|
||||
Extension "SPV_KHR_variable_pointers"
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint GLCompute 4 "main"
|
||||
|
|
@ -88,8 +86,7 @@ rayQuery-allOps.comp
|
|||
37: 18(int) Constant 3
|
||||
38: 8(float) Constant 1176255488
|
||||
45: TypeRayQueryProvisionalKHR
|
||||
46: TypePointer Workgroup 45
|
||||
47(rayQuery): 46(ptr) Variable Workgroup
|
||||
46: TypePointer Function 45
|
||||
48: TypeAccelerationStructureKHR
|
||||
49: TypePointer UniformConstant 48
|
||||
50(rtas): 49(ptr) Variable UniformConstant
|
||||
|
|
@ -115,6 +112,7 @@ rayQuery-allOps.comp
|
|||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
43(ray): 25(ptr) Variable Function
|
||||
47(rayQuery): 46(ptr) Variable Function
|
||||
69(candidateType): 68(ptr) Variable Function
|
||||
78(_mat4x3): 77(ptr) Variable Function
|
||||
83(_mat3x4): 82(ptr) Variable Function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue