mirror of
https://github.com/bevyengine/bevy
synced 2025-01-11 12:48:56 +00:00
9 lines
76 B
GLSL
9 lines
76 B
GLSL
#version 410 core
|
|
|
|
in double d;
|
|
in dvec3 d3;
|
|
in dmat4 dm4;
|
|
|
|
void main()
|
|
{
|
|
}
|