mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-04 02:10:18 +03:00
Init comit
This commit is contained in:
11
materialsystem/stdshaders/dx8fallbacks.cpp
Normal file
11
materialsystem/stdshaders/dx8fallbacks.cpp
Normal file
@@ -0,0 +1,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 )
|
||||
Reference in New Issue
Block a user