summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/baseLegalResults/hlsl.partialFlattenMixed.vert.out
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/baseLegalResults/hlsl.partialFlattenMixed.vert.out')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/baseLegalResults/hlsl.partialFlattenMixed.vert.out29
1 files changed, 0 insertions, 29 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/baseLegalResults/hlsl.partialFlattenMixed.vert.out b/3rdparty/bgfx/3rdparty/glslang/Test/baseLegalResults/hlsl.partialFlattenMixed.vert.out
deleted file mode 100644
index 7be570bd5a5..00000000000
--- a/3rdparty/bgfx/3rdparty/glslang/Test/baseLegalResults/hlsl.partialFlattenMixed.vert.out
+++ /dev/null
@@ -1,29 +0,0 @@
-hlsl.partialFlattenMixed.vert
-// Module Version 10000
-// Generated by (magic number): 80008
-// Id's are bound by 36
-
- Capability Shader
- 1: ExtInstImport "GLSL.std.450"
- MemoryModel Logical GLSL450
- EntryPoint Vertex 4 "main" 32 35
- Source HLSL 500
- Name 4 "main"
- Name 32 "pos"
- Name 35 "@entryPointOutput"
- Decorate 32(pos) Location 0
- Decorate 35(@entryPointOutput) BuiltIn Position
- 2: TypeVoid
- 3: TypeFunction 2
- 6: TypeFloat 32
- 7: TypeVector 6(float) 4
- 31: TypePointer Input 7(fvec4)
- 32(pos): 31(ptr) Variable Input
- 34: TypePointer Output 7(fvec4)
-35(@entryPointOutput): 34(ptr) Variable Output
- 4(main): 2 Function None 3
- 5: Label
- 33: 7(fvec4) Load 32(pos)
- Store 35(@entryPointOutput) 33
- Return
- FunctionEnd