7 lines
58 B
GLSL
7 lines
58 B
GLSL
|
#version 120
|
||
|
|
||
|
uniform sampler2d BaseTex;
|
||
|
|
||
|
void main() {
|
||
|
}
|