Torque3D/Engine/lib/JoltPhysics/Assets/Shaders/DX/TriangleDepthPixelShader.hlsl
2026-06-06 16:07:23 +01:00

4 lines
68 B
HLSL

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