summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/glspv.esversion.vert.out
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/baseResults/glspv.esversion.vert.out')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/baseResults/glspv.esversion.vert.out25
1 files changed, 0 insertions, 25 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/glspv.esversion.vert.out b/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/glspv.esversion.vert.out
deleted file mode 100644
index 9f92513362a..00000000000
--- a/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/glspv.esversion.vert.out
+++ /dev/null
@@ -1,25 +0,0 @@
-glspv.esversion.vert
-// Module Version 10000
-// Generated by (magic number): 80008
-// Id's are bound by 10
-
- Capability Shader
- 1: ExtInstImport "GLSL.std.450"
- MemoryModel Logical GLSL450
- EntryPoint Vertex 4 "main" 8 9
- Source ESSL 310
- Name 4 "main"
- Name 8 "gl_VertexID"
- Name 9 "gl_InstanceID"
- Decorate 8(gl_VertexID) BuiltIn VertexId
- Decorate 9(gl_InstanceID) BuiltIn InstanceId
- 2: TypeVoid
- 3: TypeFunction 2
- 6: TypeInt 32 1
- 7: TypePointer Input 6(int)
- 8(gl_VertexID): 7(ptr) Variable Input
-9(gl_InstanceID): 7(ptr) Variable Input
- 4(main): 2 Function None 3
- 5: Label
- Return
- FunctionEnd