mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
6 lines
70 B
Text
6 lines
70 B
Text
|
|
#version 450
|
||
|
|
|
||
|
|
void main() {
|
||
|
|
// depth-only pass, no color output
|
||
|
|
}
|