OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::MsaaPatterns Namespace Reference

Enumerations

enum  MsaaPatterns { Undefined , Standard , Center , CenterZero }
 

Enumeration Type Documentation

◆ MsaaPatterns

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.