OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreRenderPassDescriptor.h>
Public Member Functions | |
RenderPassColourTarget () | |
Public Member Functions inherited from Ogre::RenderPassTargetBase | |
RenderPassTargetBase () | |
bool | operator!= (const RenderPassTargetBase &other) const |
bool | operator< (const RenderPassTargetBase &other) const |
Public Attributes | |
bool | allLayers |
When true, slice will be ignored, and all slices will be attached instead. More... | |
ColourValue | clearColour |
Public Attributes inherited from Ogre::RenderPassTargetBase | |
LoadAction::LoadAction | loadAction |
uint8 | mipLevel |
uint8 | resolveMipLevel |
uint16 | resolveSlice |
TextureGpu * | resolveTexture |
uint16 | slice |
StoreAction::StoreAction | storeAction |
TextureGpu * | texture |
Ogre::RenderPassColourTarget::RenderPassColourTarget | ( | ) |
bool Ogre::RenderPassColourTarget::allLayers |
When true, slice will be ignored, and all slices will be attached instead.
ColourValue Ogre::RenderPassColourTarget::clearColour |