nn::gd::CTR::TargetProperties Class

Syntax

class TargetProperties

Description

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

Member Variables

m_Width The width of the render target area.
m_Height The height of the render target area.
m_PixelSize The pixel size of the pixel format used in memory.
m_Format The pixel format of the render target.
m_MemLayout The memory layout of the render target.
m_MemLocation The memory type of the render target. Indicates the memory acquisition location of data.
m_MemAddr The physical address of render target data.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL