OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::D3D9DepthBuffer Class Reference

#include <OgreD3D9DepthBuffer.h>

+ Inheritance diagram for Ogre::D3D9DepthBuffer:
+ Collaboration diagram for Ogre::D3D9DepthBuffer:

Public Types

enum  PoolId { POOL_NO_DEPTH = 0, POOL_MANUAL_USAGE = 0, POOL_DEFAULT = 1 }
 

Public Member Functions

 D3D9DepthBuffer (uint16 poolId, D3D9RenderSystem *renderSystem, IDirect3DDevice9 *creator, IDirect3DSurface9 *depthBufferSurf, D3DFORMAT fmt, uint32 width, uint32 height, uint32 fsaa, uint32 multiSampleQuality, bool isManual)
 
 ~D3D9DepthBuffer ()
 
virtual void _notifyRenderTargetAttached (RenderTarget *renderTarget)
 Called when a RenderTarget is attaches this DepthBuffer. More...
 
virtual void _notifyRenderTargetDetached (RenderTarget *renderTarget)
 Called when a RenderTarget is detaches from this DepthBuffer. More...
 
void _setPoolId (uint16 poolId)
 Sets the pool id in which this DepthBuffer lives. More...
 
virtual uint16 getBitDepth () const
 
IDirect3DSurface9 * getDepthBufferSurface () const
 
IDirect3DDevice9 * getDeviceCreator () const
 
virtual uint32 getFsaa () const
 
virtual const StringgetFsaaHint () const
 
virtual uint32 getHeight () const
 
virtual uint16 getPoolId () const
 Gets the pool id in which this DepthBuffer lives. More...
 
virtual uint32 getWidth () const
 
virtual bool isCompatible (RenderTarget *renderTarget) const
 Returns whether the specified RenderTarget is compatible with this DepthBuffer That is, this DepthBuffer can be attached to that RenderTarget. More...
 
bool isManual () const
 Manual DepthBuffers are cleared in RenderSystem's destructor. More...
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 

Protected Types

typedef set< RenderTarget * >::type RenderTargetSet
 

Protected Member Functions

void detachFromAllRenderTargets ()
 

Protected Attributes

RenderTargetSet mAttachedRenderTargets
 
uint16 mBitDepth
 
IDirect3DDevice9 * mCreator
 
D3DFORMAT mD3DFormat
 
IDirect3DSurface9 * mDepthBuffer
 
uint32 mFsaa
 
String mFsaaHint
 
uint32 mHeight
 
bool mManual
 
uint32 mMultiSampleQuality
 
uint16 mPoolId
 
D3D9RenderSystemmRenderSystem
 
uint32 mWidth
 

Detailed Description

Definition at line 36 of file OgreD3D9DepthBuffer.h.

Constructor & Destructor Documentation

Ogre::D3D9DepthBuffer::D3D9DepthBuffer ( uint16  poolId,
D3D9RenderSystem renderSystem,
IDirect3DDevice9 *  creator,
IDirect3DSurface9 *  depthBufferSurf,
D3DFORMAT  fmt,
uint32  width,
uint32  height,
uint32  fsaa,
uint32  multiSampleQuality,
bool  isManual 
)
Ogre::D3D9DepthBuffer::~D3D9DepthBuffer ( )

Member Function Documentation

IDirect3DSurface9* Ogre::D3D9DepthBuffer::getDepthBufferSurface ( ) const
IDirect3DDevice9* Ogre::D3D9DepthBuffer::getDeviceCreator ( ) const
virtual bool Ogre::D3D9DepthBuffer::isCompatible ( RenderTarget renderTarget) const
virtual

Returns whether the specified RenderTarget is compatible with this DepthBuffer That is, this DepthBuffer can be attached to that RenderTarget.

Remarks
Most APIs impose the following restrictions: Width & height must be equal or higher than the render target's They must be of the same bit depth. They need to have the same FSAA setting
Parameters
renderTargetThe render target to test against

Reimplemented from Ogre::DepthBuffer.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

IDirect3DDevice9* Ogre::D3D9DepthBuffer::mCreator
protected

Definition at line 53 of file OgreD3D9DepthBuffer.h.

D3DFORMAT Ogre::D3D9DepthBuffer::mD3DFormat
protected

Definition at line 55 of file OgreD3D9DepthBuffer.h.

IDirect3DSurface9* Ogre::D3D9DepthBuffer::mDepthBuffer
protected

Definition at line 52 of file OgreD3D9DepthBuffer.h.

uint32 Ogre::D3D9DepthBuffer::mMultiSampleQuality
protected

Definition at line 54 of file OgreD3D9DepthBuffer.h.

D3D9RenderSystem* Ogre::D3D9DepthBuffer::mRenderSystem
protected

Definition at line 56 of file OgreD3D9DepthBuffer.h.


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