OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::RenderPassDepthTarget Struct Reference

#include <OgreRenderPassDescriptor.h>

+ Inheritance diagram for Ogre::RenderPassDepthTarget:

Public Member Functions

 RenderPassDepthTarget ()
 
bool operator!= (const RenderPassTargetBase &other) const
 
bool operator< (const RenderPassTargetBase &other) const
 

Public Attributes

Real clearDepth
 
LoadAction::LoadAction loadAction
 
uint8 mipLevel
 
bool readOnly
 Assume attachment is read only (it's a hint, not an enforcement) More...
 
uint8 resolveMipLevel
 
uint16 resolveSlice
 
TextureGpuresolveTexture
 
uint16 slice
 
StoreAction::StoreAction storeAction
 
TextureGputexture
 

Constructor & Destructor Documentation

◆ RenderPassDepthTarget()

Ogre::RenderPassDepthTarget::RenderPassDepthTarget ( )

Member Function Documentation

◆ operator!=()

bool Ogre::RenderPassTargetBase::operator!= ( const RenderPassTargetBase other) const
inherited

◆ operator<()

bool Ogre::RenderPassTargetBase::operator< ( const RenderPassTargetBase other) const
inherited

Member Data Documentation

◆ clearDepth

Real Ogre::RenderPassDepthTarget::clearDepth

◆ loadAction

LoadAction::LoadAction Ogre::RenderPassTargetBase::loadAction
inherited

◆ mipLevel

uint8 Ogre::RenderPassTargetBase::mipLevel
inherited

◆ readOnly

bool Ogre::RenderPassDepthTarget::readOnly

Assume attachment is read only (it's a hint, not an enforcement)

◆ resolveMipLevel

uint8 Ogre::RenderPassTargetBase::resolveMipLevel
inherited

◆ resolveSlice

uint16 Ogre::RenderPassTargetBase::resolveSlice
inherited

◆ resolveTexture

TextureGpu* Ogre::RenderPassTargetBase::resolveTexture
inherited

◆ slice

uint16 Ogre::RenderPassTargetBase::slice
inherited

◆ storeAction

StoreAction::StoreAction Ogre::RenderPassTargetBase::storeAction
inherited

◆ texture

TextureGpu* Ogre::RenderPassTargetBase::texture
inherited

The documentation for this struct was generated from the following file: