summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/Test/hlsl.emptystruct.init.vert
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/Test/hlsl.emptystruct.init.vert')
-rw-r--r--3rdparty/bgfx/3rdparty/glslang/Test/hlsl.emptystruct.init.vert8
1 files changed, 8 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/Test/hlsl.emptystruct.init.vert b/3rdparty/bgfx/3rdparty/glslang/Test/hlsl.emptystruct.init.vert
new file mode 100644
index 00000000000..02050f8ba1b
--- /dev/null
+++ b/3rdparty/bgfx/3rdparty/glslang/Test/hlsl.emptystruct.init.vert
@@ -0,0 +1,8 @@
+struct Test { };
+
+static const Test Test_Empty;
+
+float4 main(in uint vertexIndex : VERTEXID) : VS_OUT_POSITION
+{
+ return 0;
+}