mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
5 lines
70 B
GLSL
5 lines
70 B
GLSL
#version 450
|
|
|
|
void main() {
|
|
// depth-only pass, no color output
|
|
}
|