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

Enumerations

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

Enumeration Type Documentation

◆ TextureSourceType

Enumerator
Standard 
Shadow 

Regular texture.

Compositor 

Created by compositor, for shadow mapping.

PoolOwner 

Created by compositor.

SharedDepthBuffer 

TextureFlags::PoolOwner is set.

NumTextureSourceTypes 

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