Shaders in HUD\: 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>HUD\</code> folder of <code>Source Materials.gcf</code> contains the following shaders:
The <code>HUD\</code> folder of <code>Source Materials.gcf</code> contains the following shaders:


*[[UnlitGeneric]] is used for all the materials here.
*[[UnlitGeneric]] is used for all the materials here.


However, all the referred textures (.vtf) doesn't exist at all, so it is likely that this folder no longer serves a purpose. For HUD elements, sprites are instead used. See [[Shaders in Sprites\]].
However, none of the referred textures (.vtf) exist, so it is likely that this folder no longer serves a purpose. For HUD elements, sprites are used instead. See [[Shaders in Sprites\]].


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

Latest revision as of 22:53, 21 January 2024

The HUD\ folder of Source Materials.gcf contains the following shaders:

However, none of the referred textures (.vtf) exist, so it is likely that this folder no longer serves a purpose. For HUD elements, sprites are used instead. See Shaders in Sprites\.