OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::RenderTargetViewEntry Struct Reference

#include <OgreTextureDefinition.h>

Public Member Functions

 RenderTargetViewEntry ()
 

Public Attributes

bool colourAllLayers
 See RenderPassColourTarget::allLayers. More...
 
uint8 mipLevel
 
uint8 resolveMipLevel
 
uint16 resolveSlice
 
IdString resolveTextureName
 Can be left blank if texture is implicitly resolved (will be filled automatically) But must be present if the texture in textureName is explicitly resolved and StoreAction is set to Resolve. More...
 
uint16 slice
 
IdString textureName
 

Constructor & Destructor Documentation

◆ RenderTargetViewEntry()

Ogre::RenderTargetViewEntry::RenderTargetViewEntry ( )
inline

Member Data Documentation

◆ colourAllLayers

bool Ogre::RenderTargetViewEntry::colourAllLayers

◆ mipLevel

uint8 Ogre::RenderTargetViewEntry::mipLevel

◆ resolveMipLevel

uint8 Ogre::RenderTargetViewEntry::resolveMipLevel

◆ resolveSlice

uint16 Ogre::RenderTargetViewEntry::resolveSlice

◆ resolveTextureName

IdString Ogre::RenderTargetViewEntry::resolveTextureName

Can be left blank if texture is implicitly resolved (will be filled automatically) But must be present if the texture in textureName is explicitly resolved and StoreAction is set to Resolve.

◆ slice

uint16 Ogre::RenderTargetViewEntry::slice

◆ textureName

IdString Ogre::RenderTargetViewEntry::textureName

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