mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 16:49:43 +00:00
Add OpenGL support.
This commit is contained in:
parent
c354f59b72
commit
dd08fd2e7d
55 changed files with 2957 additions and 802 deletions
|
|
@ -89,6 +89,11 @@ struct GFXSamplerStateDesc
|
|||
|
||||
/// Returns an modulate, clamp, and point sampled state.
|
||||
static GFXSamplerStateDesc getClampPoint();
|
||||
|
||||
bool operator==(const GFXSamplerStateDesc &b) const
|
||||
{
|
||||
return !dMemcmp(this, &b, sizeof(GFXSamplerStateDesc));
|
||||
}
|
||||
};
|
||||
|
||||
/// GFXStateBlockDesc defines a render state, which is then used to create a GFXStateBlock instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue