CompileNoDraw: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
Compiles the texture as a '''nodraw''' texture, meaning your texture will behave the same as the tools/toolsnodraw.
Compiles the texture as a '''nodraw''' texture, meaning your texture will behave the same as the tools/toolsnodraw.
Only works on brushes; for models, use [[$no_cull]].


[[Category:Material System]]
[[Category:Material System]]
[[Category:Shader parameters]]
[[Category:Shader parameters]]

Revision as of 14:14, 8 January 2024

Compiles the texture as a nodraw texture, meaning your texture will behave the same as the tools/toolsnodraw.

Only works on brushes; for models, use $no_cull.