1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Remove some unused PS version stuff

This commit is contained in:
Branan Purvine-Riley
2013-07-27 15:12:28 -07:00
committed by Adam Johnson
parent ac23835384
commit 696ceace19
2 changed files with 5 additions and 22 deletions

View File

@ -179,8 +179,6 @@ protected:
/// Version A - the anisotropic level we use
uint8_t fMaxAnisotropicSamples; // 1 to disable, up to max allowed in hardware
int fPixelShaderMajorVer;
int fPixelShaderMinorVer;
public:
hsG3DDeviceRecord();
@ -251,9 +249,6 @@ public:
void ClearModes();
void Clear();
void RemoveDiscarded();
void SetPixelShaderVersion(int major, int minor) { fPixelShaderMajorVer = major; fPixelShaderMinorVer = minor; }
void GetPixelShaderVersion(int &major, int &minor) { major = fPixelShaderMajorVer; minor = fPixelShaderMinorVer; }
};
class hsG3DDeviceModeRecord