aboutsummaryrefslogtreecommitdiff
path: root/mp/src/materialsystem/stdshaders/dx8fallbacks.cpp
blob: 9ee2659c0742da87469cba1ff84556b12c2812a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "BaseVSShader.h"

// This one isn't supported on dx8
DEFINE_FALLBACK_SHADER( SDK_DepthWrite, Wireframe )

DEFINE_FALLBACK_SHADER( SDK_EyeRefract, Eyes_dx8 )
DEFINE_FALLBACK_SHADER( SDK_VolumeClouds, UnlitGeneric_DX8 )

// FIXME: These aren't supported on dx8, but need to be.
DEFINE_FALLBACK_SHADER( SDK_EyeGlint, EyeGlint )
DEFINE_FALLBACK_SHADER( SDK_AfterShock, AfterShock )