nn::gd::CTR::VertexBufferResourceProperties

nn::gd::CTR::VertexBufferResourceProperties Class

Syntax

class VertexBufferResourceProperties

Description

Detailed information about VertexBuffer objects.

Member Variables

m_ByteSize u32 Size of the vertex buffer.
m_MemLocation Memory::MemoryLocation Memory type to be allocated. Indicates the memory location for the data. (such as FCRAM or VRAM)
m_MemAddr u8 * The physical address of resource data.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL