nn::gd::CTR::Resource::GetTexture2DResourceProperties Member Functionstatic nnResult GetTexture2DResourceProperties( const Texture2DResource * texture2DResource, Texture2DResourceProperties * properties );
| 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 a pointer to the obtained detailed information object. |
| Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
| ResultNullParameter | NULL was specified in an argument. |
Gets the detailed information for a 2D texture resource.
CONFIDENTIAL