// XC_BUILTIN_SHADOW_CASTER_VULKAN_PS #version 450 layout(location = 0) out vec4 fragColor; void main() { fragColor = vec4(0.0); }