8 lines
58 B
GLSL
8 lines
58 B
GLSL
uniform int rows;
|
|
uniform int cols;
|
|
|
|
void main(void)
|
|
{
|
|
|
|
}
|