OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
Enumerations | |
enum | MsaaPatterns { Undefined, Standard, Center, CenterZero } |
Enumerator | |
---|---|
Undefined | Let the GPU decide. |
Standard | The subsample locations follow a fixed known mPattern. Call TextureGpu::getSubsampleLocations to get them. |
Center | The subsample locations are centered in a grid. May not be supported by the GPU/API, in which case Standard will be used instead Call TextureGpu::isMsaaPatternSupported to check whether it will be honoured. |
CenterZero | All subsamples are at 0, 0; effectively "disabling" msaa. |