2017-11-16 22:02:06 +00:00
|
|
|
hlsl.partialFlattenMixed.vert
|
2018-02-01 01:35:56 +00:00
|
|
|
// Module Version 10000
|
2022-10-13 00:16:41 +00:00
|
|
|
// Generated by (magic number): 8000b
|
2018-01-12 16:24:37 +00:00
|
|
|
// Id's are bound by 36
|
2017-11-16 22:02:06 +00:00
|
|
|
|
|
|
|
Capability Shader
|
|
|
|
1: ExtInstImport "GLSL.std.450"
|
|
|
|
MemoryModel Logical GLSL450
|
2017-11-16 23:03:18 +00:00
|
|
|
EntryPoint Vertex 4 "main" 32 35
|
2017-11-16 22:02:06 +00:00
|
|
|
Source HLSL 500
|
|
|
|
Name 4 "main"
|
2017-11-16 23:03:18 +00:00
|
|
|
Name 32 "pos"
|
|
|
|
Name 35 "@entryPointOutput"
|
|
|
|
Decorate 32(pos) Location 0
|
|
|
|
Decorate 35(@entryPointOutput) BuiltIn Position
|
2017-11-16 22:02:06 +00:00
|
|
|
2: TypeVoid
|
|
|
|
3: TypeFunction 2
|
|
|
|
6: TypeFloat 32
|
|
|
|
7: TypeVector 6(float) 4
|
2017-11-16 23:03:18 +00:00
|
|
|
31: TypePointer Input 7(fvec4)
|
|
|
|
32(pos): 31(ptr) Variable Input
|
|
|
|
34: TypePointer Output 7(fvec4)
|
|
|
|
35(@entryPointOutput): 34(ptr) Variable Output
|
2017-11-16 22:02:06 +00:00
|
|
|
4(main): 2 Function None 3
|
|
|
|
5: Label
|
2017-11-16 23:03:18 +00:00
|
|
|
33: 7(fvec4) Load 32(pos)
|
|
|
|
Store 35(@entryPointOutput) 33
|
2017-11-16 22:02:06 +00:00
|
|
|
Return
|
|
|
|
FunctionEnd
|