Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::DepthRenderData Struct Reference

Public Member Functions

void initialize (IGraphicsDevice *device, int width, int height)
 
void cleanup (IGraphicsDevice *device)
 

Public Attributes

TextureHandle depthTextureHandle
 
int width
 
int height
 
bool depthRenderInitialized = false
 
RenderTargetHandle depthRenderHandle
 
DepthStencilHandle depthTargetHandle
 
BufferHandle readbackBufferHandle = BufferHandle::NoHandle
 

Detailed Description

Definition at line 31 of file ClipmapRenderer.h.

Member Function Documentation

◆ cleanup()

void Cogs::DepthRenderData::cleanup ( IGraphicsDevice device)

Definition at line 60 of file ClipmapRenderer.cpp.

◆ initialize()

void Cogs::DepthRenderData::initialize ( IGraphicsDevice device,
int  width,
int  height 
)

Definition at line 44 of file ClipmapRenderer.cpp.

Member Data Documentation

◆ depthRenderHandle

RenderTargetHandle Cogs::DepthRenderData::depthRenderHandle

Definition at line 37 of file ClipmapRenderer.h.

◆ depthRenderInitialized

bool Cogs::DepthRenderData::depthRenderInitialized = false

Definition at line 36 of file ClipmapRenderer.h.

◆ depthTargetHandle

DepthStencilHandle Cogs::DepthRenderData::depthTargetHandle

Definition at line 38 of file ClipmapRenderer.h.

◆ depthTextureHandle

TextureHandle Cogs::DepthRenderData::depthTextureHandle

Definition at line 33 of file ClipmapRenderer.h.

◆ height

int Cogs::DepthRenderData::height

Definition at line 35 of file ClipmapRenderer.h.

◆ readbackBufferHandle

BufferHandle Cogs::DepthRenderData::readbackBufferHandle = BufferHandle::NoHandle

Definition at line 39 of file ClipmapRenderer.h.

◆ width

int Cogs::DepthRenderData::width

Definition at line 34 of file ClipmapRenderer.h.


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