Shaders in Engine\

From Valve Developer Community
Revision as of 11:03, 31 January 2008 by Andreasen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


Dedicated Shaders

The following shaders are more or less exclusively used for this folder:


ColorCorrection

  • Used in only one material: colorcorrection.vmt


DepthWrite

  • Used in only one material: depthwrite.vmt
  • Not found in released mod code.
  • Do not confuse this shader with the proxy by the same name.


FilmDust

  • Used in only one material: filmdust.vmt
  • Not found in released mod code.


FilmGrain

  • Used in only one material: filmgrain.vmt
  • Not found in released mod code (but probably referred to).


InternalFrameSync

  • Used by only one material: framesync.vmt.
  • Not found in released mod code.


Occlusion

  • Used by only one material: occlusionproxy.vmt


ShadowBuild

  • Used in only one material: shadowbuild.vmt
  • Valve remark: "Used to generate render-to-texture shadows"
  • Not found in released mod code.


VolumetricFog

  • Used by the material Engine\volumetricfog.vmt. Also used for shadertesting. (See Shaders_in_shadertest\.)
  • No parameters are given.
  • Not found in released mod code.


WriteZ

  • Used in only one material: WriteZ.vmt
  • Material referred to in src\cl_dll\c_vguiscreen.cpp.