mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
10 lines
76 B
GLSL
10 lines
76 B
GLSL
#version 410 core
|
|
|
|
in double d;
|
|
in dvec3 d3;
|
|
in dmat4 dm4;
|
|
|
|
void main()
|
|
{
|
|
}
|