mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Removed old fixed function code from GFX.
This commit is contained in:
parent
58d2e30af7
commit
5a933c00d3
53 changed files with 98 additions and 1646 deletions
|
|
@ -63,12 +63,12 @@ private:
|
|||
D3D11_BLEND_DESC mBlendDesc;
|
||||
D3D11_RASTERIZER_DESC mRasterizerDesc;
|
||||
D3D11_DEPTH_STENCIL_DESC mDepthStencilDesc;
|
||||
D3D11_SAMPLER_DESC mSamplerDesc[TEXTURE_STAGE_COUNT];
|
||||
D3D11_SAMPLER_DESC mSamplerDesc[GFX_TEXTURE_STAGE_COUNT];
|
||||
|
||||
ID3D11BlendState* mBlendState;
|
||||
ID3D11DepthStencilState* mDepthStencilState;
|
||||
ID3D11RasterizerState* mRasterizerState;
|
||||
ID3D11SamplerState* mSamplerStates[TEXTURE_STAGE_COUNT];
|
||||
ID3D11SamplerState* mSamplerStates[GFX_TEXTURE_STAGE_COUNT];
|
||||
|
||||
GFXStateBlockDesc mDesc;
|
||||
U32 mCachedHashValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue