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