blob: e36a619cccbe5e232ad319e713af65209e419870 (
plain)
1
2
3
4
5
6
7
|
#pragma once
#include <string>
#include "Runtime/GfxDevice/GfxDeviceTypes.h"
bool PatchVertexShaderFogD3D9 (std::string& src);
bool PatchPixelShaderFogD3D9 (std::string& src, FogMode fog, int fogColorReg, int fogParamsReg);
|