1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
spv.longVectorNotReserved.comp
// Module Version 10300
// Generated by (magic number): 8000b
// Id's are bound by 19
Capability Shader
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
EntryPoint GLCompute 4 "main"
ExecutionMode 4 LocalSize 64 1 1
Source GLSL 450
Name 4 "main"
Name 8 "f"
Name 11 "vector"
Decorate 18 BuiltIn WorkgroupSize
2: TypeVoid
3: TypeFunction 2
6: TypeFloat 32
7: TypePointer Function 6(float)
9: TypeVector 6(float) 4
10: TypePointer Function 9(fvec4)
12: TypeInt 32 0
13: 12(int) Constant 1
16: TypeVector 12(int) 3
17: 12(int) Constant 64
18: 16(ivec3) ConstantComposite 17 13 13
4(main): 2 Function None 3
5: Label
8(f): 7(ptr) Variable Function
11(vector): 10(ptr) Variable Function
14: 7(ptr) AccessChain 11(vector) 13
15: 6(float) Load 14
Store 8(f) 15
Return
FunctionEnd
|