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