Files
dl/third/JoltPhysics/Assets/Shaders/VK/TriangleDepthPixelShader.frag
T
2026-09-16 14:07:40 +08:00

7 lines
82 B
GLSL
Vendored

#version 450
// We only write depth, so this shader does nothing
void main()
{
}