mirror of
https://github.com/bevyengine/bevy
synced 2025-01-11 20:59:04 +00:00
8 lines
129 B
GLSL
8 lines
129 B
GLSL
struct Test { };
|
|
|
|
static const Test Test_Empty;
|
|
|
|
float4 main(in uint vertexIndex : VERTEXID) : VS_OUT_POSITION
|
|
{
|
|
return 0;
|
|
}
|