nn::gd::CTR::Resource::GetVertexBufferResourceProperties Member Function

Syntax

static nnResult GetVertexBufferResourceProperties(
     const VertexBufferResource * buffer,
     VertexBufferResourceProperties * properties
);

Parameters

Name Description
in buffer Specifies the pointer to the resource for which detailed information is being obtained.
in properties Specifies the address storing an object pointer for the obtained detailed information.

Return Values

Returns the result of the operation.
Value Description
Result::IsSuccess Process was successful.
ResultNullParameter NULL was specified in an argument.

Description

Gets the detailed information for vertex buffer resource.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL