Shaders in VGUI\: Difference between revisions
Jump to navigation
Jump to search
m (Directed link to future page.) |
Thunder4ik (talk | contribs) |
||
| (One intermediate revision by one other user 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. | ||
*[[ | *[[Modulate|Modulate]] is used for the <code>hud\800corner.vmt</code> material. | ||
[[Category:Shaders]] | [[Category:Shaders]] | ||
Latest revision as of 21:53, 21 January 2024
This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by
January 2024
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.