Shaders in VGUI\: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Directed link to future page.) |
||
Line 3: | Line 3: | ||
*[[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. | ||
*[[ | *[[Shaders in Effects\#Modulate|Modulate]] is used for the <code>hud\800corner.vmt</code> material. | ||
[[Category:Shaders]] | [[Category:Shaders]] |
Revision as of 10:46, 12 February 2008
The VGUI\
folder of Source Materials.gcf
contain shaders dedicated to the Steam interface:
- UnlitGeneric is used for almost all materials.
- VertexLitGeneric is used for the
screens\vgui_overlay.vmt
material. - Modulate is used for the
hud\800corner.vmt
material.