![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreDescriptorSetUav.h>
Public Member Functions | |
| bool | formatNeedsReinterpret (void) const |
| bool | needsDifferentView (void) const |
| bool | operator!= (const TextureSlot &other) const |
| bool | operator< (const TextureSlot &other) const |
Static Public Member Functions | |
| static TextureSlot | makeEmpty (void) |
Public Attributes | |
| ResourceAccess::ResourceAccess | access |
| uint8 | mipmapLevel |
| PixelFormatGpu | pixelFormat |
| When left as PFG_UNKNOWN, we'll automatically use the TextureGpu's native format. | |
| TextureGpu * | texture |
| uint16 | textureArrayIndex |
|
inlinestatic |
|
inline |
References access, mipmapLevel, pixelFormat, texture, and textureArrayIndex.
|
inline |
References access, mipmapLevel, pixelFormat, texture, and textureArrayIndex.
| ResourceAccess::ResourceAccess Ogre::DescriptorSetUav::TextureSlot::access |
Referenced by operator!=(), and operator<().
| uint8 Ogre::DescriptorSetUav::TextureSlot::mipmapLevel |
Referenced by operator!=(), and operator<().
| PixelFormatGpu Ogre::DescriptorSetUav::TextureSlot::pixelFormat |
When left as PFG_UNKNOWN, we'll automatically use the TextureGpu's native format.
Referenced by operator!=(), and operator<().
| TextureGpu* Ogre::DescriptorSetUav::TextureSlot::texture |
Referenced by operator!=(), and operator<().
| uint16 Ogre::DescriptorSetUav::TextureSlot::textureArrayIndex |
Referenced by operator!=(), and operator<().