10 lines
69 B
GLSL
10 lines
69 B
GLSL
|
|
|
|
|
|
void DoShadowMapRender();
|
|
|
|
void main() {
|
|
DoShadowMapRender();
|
|
}
|
|
|