OGRE  master
Object-Oriented Graphics Rendering Engine
Ogre::ResourceAccess Namespace Reference

Enumerations

enum  ResourceAccess { Undefined = 0x00, Read = 0x01, Write = 0x02, ReadWrite = Read | Write }
 Enum identifying the texture access privilege. More...
 

Enumeration Type Documentation

◆ ResourceAccess

Enum identifying the texture access privilege.

Enumerator
Undefined 
Read 
Write 
ReadWrite