9 lines
80 B
GLSL
9 lines
80 B
GLSL
#version 310 es
|
|
precision mediump float;
|
|
precision highp int;
|
|
|
|
void main()
|
|
{
|
|
}
|
|
|