- Use only one 2d texture array to store all shadowmaps. - Allow to change shadow maps resolution. - Do not output radial distance when rendering shadowmaps. This will allow fast rendering of shadowmaps when we will drop the use of geometry shaders.
5 lines
35 B
GLSL
5 lines
35 B
GLSL
|
|
void main() {
|
|
/* Do nothing */
|
|
}
|