nn::gd::CTR::TargetProperties Class

Syntax

class TargetProperties

Description

Detailed information about target objects. (Render targets and depth stencil targets.)

Member Variables

m_Width u32 The width of the render target area.
m_Height u32 The height of the render target area.
m_PixelSize u32 The pixel size of the pixel format used in memory.
m_Format Resource::NativeFormat The pixel format of the render target.
m_MemLayout Memory::MemoryLayout The memory layout of the render target.
m_MemLocation Memory::MemoryLocation The memory type of the render target. Indicates the memory location for the data.
m_MemAddr u8* The physical address of render target data.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL