nn::gd::CTR::Resource::UnmapVertexBufferResource Member Function

Syntax

static nnResult UnmapVertexBufferResource(
     VertexBufferResource * buffer
);

Arguments

Name Description
in buffer Specifies the pointer to the resource to be released.

Return Values

Returns the result of the operation.
Value Description
ResultSuccess Process was successful.
ResultNullParameter NULL was specified for buffer.

Description

Releases the data pointer to a resource.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL