nn::gd::CTR::Resource::ReleaseTexture2DResource Member Function

Syntax

static nnResult ReleaseTexture2DResource(
     Texture2DResource * texture2DResource
);

Parameters

Name Description
in texture2DResource Specifies a pointer to the 2D texture resource to be released.

Return Values

Returns the result of the operation.
Value Description
Result::IsSuccess Process was successful.
ResultNullParameter NULL was specified in an argument.
ResultAlreadyReleased The specified resource has already been released.

Description

Releases a 2D texture resource.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL