Mount Fuji Engine
0.8b
|
Texture sampler state description. More...
Data Fields | |
MFTexFilter | minFilter |
Filtering method to use for minification. More... | |
MFTexFilter | magFilter |
Filtering method to use for magnification. More... | |
MFTexFilter | mipFilter |
Mipmap filter to use during minification. More... | |
MFTexAddressMode | addressU |
Method to use for resolving a u texture coordinate that is outside the 0 to 1 range. More... | |
MFTexAddressMode | addressV |
Method to use for resolving a v texture coordinate that is outside the 0 to 1 range. More... | |
MFTexAddressMode | addressW |
Method to use for resolving a w texture coordinate that is outside the 0 to 1 range. More... | |
bool | bEnableComparison |
Enable texture sample comparison mode. More... | |
MFComparisonFunc | comparisonFunc |
A function that compares sampled data against existing sampled data. More... | |
uint32 | maxAnisotropy |
Clamping value used if MFTexFilter_Anisotropic filtering is specified. More... | |
float | mipLODBias |
Offset from the calculated mipmap level. More... | |
float | minLOD |
Lower end of the mipmap range to clamp access to, where 0 is the largest and most detailed mipmap level and any higher level is less detailed. More... | |
float | maxLOD |
Upper end of the mipmap range to clamp access to, where 0 is the largest and most detailed mipmap level and any higher level is less detailed. More... | |
MFVector | borderColour |
Border color to use if MFTexAddressMode_Border is specified for addressU, addressV, or addressW. More... | |
Describes a texture sampler state.