39 lines
1.8 KiB
Plaintext
Executable File
39 lines
1.8 KiB
Plaintext
Executable File
hlsl.partialFlattenMixed.vert
|
|
WARNING: AST will form illegal SPIR-V; need to transform to legalize
|
|
// Module Version 10000
|
|
// Generated by (magic number): 80002
|
|
// Id's are bound by 31
|
|
|
|
Capability Shader
|
|
1: ExtInstImport "GLSL.std.450"
|
|
MemoryModel Logical GLSL450
|
|
EntryPoint Vertex 4 "main" 27 30
|
|
Source HLSL 500
|
|
Name 4 "main"
|
|
Name 20 "tex"
|
|
Name 27 "pos"
|
|
Name 30 "@entryPointOutput"
|
|
Decorate 20(tex) DescriptorSet 0
|
|
Decorate 27(pos) Location 0
|
|
Decorate 30(@entryPointOutput) BuiltIn Position
|
|
2: TypeVoid
|
|
3: TypeFunction 2
|
|
6: TypeFloat 32
|
|
7: TypeVector 6(float) 4
|
|
13: TypeImage 6(float) 2D sampled format:Unknown
|
|
14: TypeInt 32 0
|
|
15: 14(int) Constant 2
|
|
16: TypeArray 13 15
|
|
19: TypePointer UniformConstant 16
|
|
20(tex): 19(ptr) Variable UniformConstant
|
|
26: TypePointer Input 7(fvec4)
|
|
27(pos): 26(ptr) Variable Input
|
|
29: TypePointer Output 7(fvec4)
|
|
30(@entryPointOutput): 29(ptr) Variable Output
|
|
4(main): 2 Function None 3
|
|
5: Label
|
|
28: 7(fvec4) Load 27(pos)
|
|
Store 30(@entryPointOutput) 28
|
|
Return
|
|
FunctionEnd
|