Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
cinder::dx::RenderTarget::Obj Struct Reference

#include <DxRenderTarget.h>

Public Member Functions

 Obj ()
 
 Obj (int aWidth, int aHeight)
 
 ~Obj ()
 

Public Attributes

int mWidth
 
int mHeight
 
Format mFormat
 
std::vector
< ID3D11RenderTargetView * > 
mRenderTargets
 
std::vector< dx::TextureRefmColorTextures
 
dx::TextureRef mDepthTexture
 
ID3D11DepthStencilView * mDepthView
 
bool mNeedsResolve
 
bool mNeedsMipmapUpdate
 

Constructor & Destructor Documentation

cinder::dx::RenderTarget::Obj::Obj ( )
cinder::dx::RenderTarget::Obj::Obj ( int  aWidth,
int  aHeight 
)
cinder::dx::RenderTarget::Obj::~Obj ( )

Member Data Documentation

int cinder::dx::RenderTarget::Obj::mWidth
int cinder::dx::RenderTarget::Obj::mHeight
Format cinder::dx::RenderTarget::Obj::mFormat
std::vector<ID3D11RenderTargetView*> cinder::dx::RenderTarget::Obj::mRenderTargets
std::vector<dx::TextureRef> cinder::dx::RenderTarget::Obj::mColorTextures
dx::TextureRef cinder::dx::RenderTarget::Obj::mDepthTexture
ID3D11DepthStencilView* cinder::dx::RenderTarget::Obj::mDepthView
bool cinder::dx::RenderTarget::Obj::mNeedsResolve
mutable
bool cinder::dx::RenderTarget::Obj::mNeedsMipmapUpdate
mutable

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