2022-03-28 00:45:52 +03:00
|
|
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
2020-04-22 12:56:21 -04:00
|
|
|
#include "BaseVSShader.h"
|
|
|
|
|
|
|
|
// This one isn't supported on dx8
|
2022-03-28 00:45:52 +03:00
|
|
|
DEFINE_FALLBACK_SHADER( DepthWrite, Wireframe )
|
2020-04-22 12:56:21 -04:00
|
|
|
|
2022-03-28 00:45:52 +03:00
|
|
|
DEFINE_FALLBACK_SHADER( EyeRefract, Eyes_dx8 )
|
|
|
|
DEFINE_FALLBACK_SHADER( bik, bik_dx81 )
|
|
|
|
DEFINE_FALLBACK_SHADER( VolumeClouds, UnlitGeneric_DX8 )
|
|
|
|
DEFINE_FALLBACK_SHADER( DebugTextureView, UnlitGeneric_DX8 )
|
2020-04-22 12:56:21 -04:00
|
|
|
|
|
|
|
// FIXME: These aren't supported on dx8, but need to be.
|
2022-03-28 00:45:52 +03:00
|
|
|
DEFINE_FALLBACK_SHADER( EyeGlint, Wireframe )
|
|
|
|
DEFINE_FALLBACK_SHADER( AfterShock, Wireframe )
|