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