stdshader_dx9.cpp

来自「hl2 source code. Do not use it illegal.」· C++ 代码 · 共 29 行

CPP
29
字号
// Get rid of:
//	warning C4049: compiler limit : terminating line number emission
#ifdef _WIN32
#pragma warning (disable:4049)
#endif
#define DEFINE_SHADERS
#include "tier0/dbg.h"
#include "materialsystem/ishader.h"
#include "shaderlib/shaderDLL.h"
#include "fxctmp9\Refract_ps20.inc"
#include "fxctmp9\Refract_vs20.inc"
#include "fxctmp9\ShatteredGlass_ps20.inc"
#include "fxctmp9\ShatteredGlass_vs20.inc"
#include "fxctmp9\WaterCheap_ps20.inc"
#include "fxctmp9\WaterCheap_vs20.inc"
#include "fxctmp9\Water_ps20.inc"
#include "fxctmp9\Water_vs20.inc"
#include "fxctmp9\WorldVertexTransition_ps20.inc"
#include "fxctmp9\WorldVertexTransition_vs20.inc"
#include "fxctmp9\hsv_ps20.inc"
#include "fxctmp9\lightmappedgeneric_ps20.inc"
#include "fxctmp9\lightmappedgeneric_vs20.inc"
#include "fxctmp9\screenspaceeffect_vs20.inc"
#include "fxctmp9\shadow_ps20.inc"
#include "fxctmp9\shadow_vs20.inc"
#include "fxctmp9\teeth_vs20.inc"
#include "fxctmp9\vertexlit_and_unlit_generic_ps20.inc"
#include "fxctmp9\vertexlit_and_unlit_generic_vs20.inc"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?