Shaders in cable\: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 5: Line 5:
* Used in all 14 materials, in this folder only.
* Used in all 14 materials, in this folder only.
* Materials are referred to at various point in the mod code.
* Materials are referred to at various point in the mod code.


===UnlitGeneric_DX6===
===UnlitGeneric_DX6===

Revision as of 06:39, 18 April 2011

The cable\ folder of Source Materials.gcf contain shaders dedicated to cables, all of them exclusively used for this folder only.


Cable

  • Used in all 14 materials, in this folder only.
  • Materials are referred to at various point in the mod code.

UnlitGeneric_DX6

  • Used in 4 materials (as a fallback shader for the Cable shader).
  • Probably referred to in src\materialsystem\stdshaders\unlitgeneric_dx8.cpp.