Shaders in HUD\: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(There is no textures. This folder is probably not used at all. Sprites are used for the HUD.)
m (→‎top: clean up, added orphan tag)
 
(3 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, 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\.