mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-06 20:24:33 +00:00
4 lines
68 B
HLSL
4 lines
68 B
HLSL
// We only write depth, so this shader does nothing
|
|
void main()
|
|
{
|
|
}
|