OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::TextureSourceType Namespace Reference

Enumerations

enum  TextureSourceType {
  Standard , Shadow , Compositor , PoolOwner ,
  SharedDepthBuffer , NumTextureSourceTypes
}
 

Enumeration Type Documentation

◆ TextureSourceType

Enumerator
Standard 

Regular texture.

Shadow 

Created by compositor, for shadow mapping.

Compositor 

Created by compositor.

PoolOwner 

TextureFlags::PoolOwner is set.

SharedDepthBuffer 

Created automatically, may be shared and reused by multiple colour targets.

NumTextureSourceTypes