mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
9 lines
129 B
GLSL
9 lines
129 B
GLSL
struct Test { };
|
|
|
|
static const Test Test_Empty;
|
|
|
|
float4 main(in uint vertexIndex : VERTEXID) : VS_OUT_POSITION
|
|
{
|
|
return 0;
|
|
}
|