1hlsl.partialFlattenMixed.vert 2// Module Version 10000 3// Generated by (magic number): 8000a 4// Id's are bound by 36 5 6 Capability Shader 7 1: ExtInstImport "GLSL.std.450" 8 MemoryModel Logical GLSL450 9 EntryPoint Vertex 4 "main" 32 35 10 Source HLSL 500 11 Name 4 "main" 12 Name 32 "pos" 13 Name 35 "@entryPointOutput" 14 Decorate 32(pos) Location 0 15 Decorate 35(@entryPointOutput) BuiltIn Position 16 2: TypeVoid 17 3: TypeFunction 2 18 6: TypeFloat 32 19 7: TypeVector 6(float) 4 20 31: TypePointer Input 7(fvec4) 21 32(pos): 31(ptr) Variable Input 22 34: TypePointer Output 7(fvec4) 2335(@entryPointOutput): 34(ptr) Variable Output 24 4(main): 2 Function None 3 25 5: Label 26 33: 7(fvec4) Load 32(pos) 27 Store 35(@entryPointOutput) 33 28 Return 29 FunctionEnd 30