mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-05-01 00:55:07 +00:00
6 lines
115 B
GLSL
6 lines
115 B
GLSL
#version 450
|
|
|
|
void main() {
|
|
// Empty fragment shader for shadow mapping
|
|
// Depth is automatically written
|
|
} |