mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +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,21 +63,6 @@ struct GFXSamplerStateDesc
|
|||
/// Defaults to zero.
|
||||
F32 mipLODBias;
|
||||
|
||||
GFXTextureOp textureColorOp;
|
||||
|
||||
GFXTextureOp alphaOp;
|
||||
GFXTextureArgument alphaArg1;
|
||||
GFXTextureArgument alphaArg2;
|
||||
GFXTextureArgument alphaArg3;
|
||||
|
||||
GFXTextureArgument colorArg1;
|
||||
GFXTextureArgument colorArg2;
|
||||
GFXTextureArgument colorArg3;
|
||||
|
||||
GFXTextureArgument resultArg;
|
||||
|
||||
GFXTextureTransformFlags textureTransform;
|
||||
|
||||
GFXSamplerStateDesc();
|
||||
|
||||
/// Returns an modulate, wrap, and linear sampled state.
|
||||
|
|
@ -153,16 +138,13 @@ struct GFXStateBlockDesc
|
|||
U32 stencilMask;
|
||||
U32 stencilWriteMask;
|
||||
|
||||
// FF lighting
|
||||
bool ffLighting;
|
||||
|
||||
bool vertexColorEnable;
|
||||
|
||||
GFXFillMode fillMode;
|
||||
|
||||
// Sampler states
|
||||
bool samplersDefined;
|
||||
GFXSamplerStateDesc samplers[TEXTURE_STAGE_COUNT];
|
||||
GFXSamplerStateDesc samplers[GFX_TEXTURE_STAGE_COUNT];
|
||||
ColorI textureFactor;
|
||||
|
||||
GFXStateBlockDesc();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue