nn::gd::CTR::Resource::GetTexture2DResourceProperties Member Function

Syntax

static nnResult GetTexture2DResourceProperties(
     const Texture2DResource * texture2DResource,
     Texture2DResourceProperties * properties
);

Parameters

Name Description
in texture2DResource Specifies a pointer to the 2D texture resource for which detailed information is to be 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 detailed information about a 2D texture resource.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL