mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
init commit
This commit is contained in:
parent
ae108d0411
commit
e325902bac
6 changed files with 11 additions and 5 deletions
|
|
@ -315,6 +315,8 @@ void GFXSamplerStateData::initPersistFields()
|
|||
|
||||
endGroup( "Filter State" );
|
||||
|
||||
addField("borderColor", TypeColorF, Offset(mState.borderColor, GFXSamplerStateData), "");
|
||||
|
||||
addField("samplerFunc", TypeGFXCmpFunc, Offset(mState.samplerFunc, GFXSamplerStateData),
|
||||
"Compares sampled data against existing sampled data. The default is GFXCmpNever.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue