EnableAttrAsArray

nn::gr::CTR::Vertex::EnableAttrAsArray Member Function

Syntax

void EnableAttrAsArray(
     const nn::gr::CTR::BindSymbolVSInput & symbol,
     const uptr physical_addr,
     const PicaDataVertexAttrType type
);

Parameters

Name Description
in symbol The symbol for vertex shader input.
in physical_addr Specifies the load array physical address.
in type Specifies the type for each element and the type of array based on the number of elements.

Return Values

None.

Description

Sets a load array. This corresponds to the glEnableVertexAttribArray() function in DMPGL.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL