Shaders in VGUI\: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (→‎top: clean up, added orphan tag)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Orphan|date=January 2024}}
The <code>VGUI\</code> folder of <code>Source Materials.gcf</code> contain shaders dedicated to the [[Steam]] interface:
The <code>VGUI\</code> folder of <code>Source Materials.gcf</code> contain shaders dedicated to the [[Steam]] interface:


*[[UnlitGeneric]] is used for almost all materials.
*[[UnlitGeneric]] is used for almost all materials.
*[[VertexLitGeneric]] is used for the <code>screens\vgui_overlay.vmt</code> material.
*[[VertexLitGeneric]] is used for the <code>screens\vgui_overlay.vmt</code> material.
*[[Shader_Types_and_Parameters|Modulate]] is used for the <code>hud\800corner.vmt</code> material.
*[[Modulate|Modulate]] is used for the <code>hud\800corner.vmt</code> material.


[[Category:Shaders]]
[[Category:Shaders]]

Latest revision as of 22:53, 21 January 2024

The VGUI\ folder of Source Materials.gcf contain shaders dedicated to the Steam interface: