Shaders in VGUI\: Difference between revisions
Jump to navigation
Jump to search
m (Directed link to future page.) |
NvC DmN CH (talk | contribs) (fixed Modulate link) |
||
| 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. | ||
*[[ | *[[Modulate|Modulate]] is used for the <code>hud\800corner.vmt</code> material. | ||
[[Category:Shaders]] | [[Category:Shaders]] | ||
Revision as of 18:58, 6 March 2020
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.vmtmaterial. - Modulate is used for the
hud\800corner.vmtmaterial.