Category:Shaders: Difference between revisions
Jump to navigation
Jump to search
(Rewrite without the links.) |
(Organized some shaders into generic categories on the page.) |
||
Line 1: | Line 1: | ||
Shaders are used to render graphics to the screen based on a formula and some inputs, such as textures. | Shaders are used to render graphics to the screen based on a formula and some inputs, such as textures. | ||
{{category header|background-color=#E0E0E0|border-color=lightgray}} | |||
{{category newcolumn|rowspan=1|width=50%|background-color=#F7F7F7|border-color=lightgray}} | |||
== Brush == | |||
* [[LightmappedGeneric]] | |||
* [[LightmappedReflective]] | |||
* [[LightmappedTwoTexture]] | |||
* [[Lightmapped_4WayBlend]] | |||
* [[Multiblend]] | |||
* [[WorldTwoTextureBlend]] | |||
* [[WorldVertexTransition]] | |||
* [[WindowImposter]] | |||
* [[Water (shader)|Water]] | |||
* [[UnlitGeneric]] | |||
* [[UnlitTwoTexture]] | |||
* [[WorldGGX]] | |||
* [[ParallaxTest]] | |||
== Special == | |||
* [[Sky (shader)|Sky]] | |||
* [[Core (shader)|Core]] | |||
* [[SpriteCard]] | |||
== Ropes == | |||
* [[Cable]] | |||
* [[SplineRope]] | |||
== Multi-Purpose == | |||
* [[UnlitGeneric]] | |||
* [[Refract]] | |||
* [[MonitorScreen]] | |||
* [[Modulate]] | |||
* [[WindowImposter]] | |||
{{category newcolumn|rowspan=1|width=50%|background-color=#F7F7F7|border-color=lightgray}} | |||
== Model == | |||
* [[VertexLitGeneric]] | |||
* [[Eyes]] | |||
* [[EyeRefract]] | |||
* [[VortWarp]] | |||
* [[Aftershock]] | |||
* [[Teeth]] | |||
* [[SurfaceGGX]] | |||
* [[Character (shader)|Character]] | |||
* [[SolidEnergy]] | |||
* [[VolumeCloud]] | |||
== Post Process == | |||
* [[Screenspace_General|Screenspace_general]] | |||
* [[Pyro vision (shader)|Pyro_vision]] | |||
* [[DepthOfField]] | |||
* [[Engine_Post]] | |||
* [[LensFX]] | |||
* [[Suppression]] | |||
* [[MotionBlur]] | |||
* [[RGBFilmGrain]] | |||
== Decals == | |||
* [[DecalModulate]] | |||
* [[Shadow (shader)|Shadow]] | |||
* [[Subrect]] | |||
__NOTOC__ | |||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:Material System]] | [[Category:Material System]] |
Revision as of 01:20, 3 December 2020
Shaders are used to render graphics to the screen based on a formula and some inputs, such as textures.
Brush
SpecialRopesMulti-Purpose |
Model
Post ProcessDecals |
Subcategories
This category has the following 3 subcategories, out of 3 total.
O
- Obsolete Shaders (empty)
S
- Source base pixel shaders (19 P)
- Source base vertex shaders (5 P)
Pages in category "Shaders"
The following 92 pages are in this category, out of 92 total.
S
- Screenspace General
- Sdk lightmap
- Sdk particle
- Sdk postprocess
- Shader Authoring
- Shader authoring/Compile Pipeline
- Shader authoring/Compiling Shaders
- Shader authoring/Quick Start
- Shaders in cable\
- Shaders in Debug\
- Shaders in Decals\
- Shaders in Dev\
- Shaders in Editor\
- Shaders in Engine\
- Shaders in Glass
- Shaders in hlmv\
- Shaders in HUD\
- Shaders in Lights\
- Shaders in Nature\
- Shaders in particle\
- Shaders in scripted\
- Shaders in shadertest\
- Shaders in Sprites\
- Shaders in Tools\
- Shaders in VGUI\
- Shaders without folder
- Shadow (shader)
- Sky (Source 1 shader)
- Sky (Source 2 shader)
- SolidEnergy
- Source SDK 2013: Shader Authoring
- Source SDK 2013: Your First Shader
- Source SDK 2013: Your Second Shader
- Source SDK 2013: Your Third Shader
- SplineRope
- SpriteCard
- Subrect
- SurfaceGGX