Files
cool-source-archive/materialsystem/stdshadersdx11/modulate_constants_fxc.h
Totterynine 2773eae4d7 shaderapidx11
use -dxlevel 110 to use it
2021-09-22 18:56:56 +05:00

16 lines
269 B
C

#ifndef MODULATE_CONSTANTS_FXC_H_
#define MODULATE_CONSTANTS_FXC_H_
struct Modulate_t
{
// vsh
float4 cBaseTextureTransform[2];
float4 cModulationColor;
// psh
float4 cWhiteGrayMix;
float4 g_FogParams;
float4 g_FogColor;
};
#endif // MODULATE_CONSTANTS_FXC_H_