gx - Api - VertexBuffer Demo

Description

This sample demonstrates how to specify the region where a vertex buffer object is allocated.

Required Environment

None.

How to Use

None.

Notes

None.

Execution Procedure

The following screen is displayed when you run the demo.

Upper screen

The following log is also displayed in debug output.

Allocate vertex buffer at main memory with COPY.
  GL_ARRAY_BUFFER | NN_GX_MEM_FCRAM | GL_COPY_FCRAM_DMP
  GL_ELEMENT_ARRAY_BUFFER | NN_GX_MEM_FCRAM | GL_COPY_FCRAM_DMP
Update vertex color to RED->GREEN->BLUE.

Revision History

2011/02/02
Initial version.

CONFIDENTIAL