mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
5 lines
119 B
Python
5 lines
119 B
Python
|
vec3 v_texcoord0 : TEXCOORD0 = vec3(9.0, 0.0, 0.0);
|
||
|
|
||
|
vec3 a_position : POSITION;
|
||
|
vec3 a_texcoord0 : TEXCOORD0;
|