nn::gd::CTR::TargetProperties Classclass TargetProperties
Detailed information about target objects. (Render targets and depth stencil targets.)
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. |
CONFIDENTIAL