8 lines
97 B
GLSL
8 lines
97 B
GLSL
#version 330 core
|
|
|
|
void main() {
|
|
|
|
// Empty as we aren't rendering to any color buffer
|
|
|
|
}
|