nn::gd::CTR::Resource::UnmapTexture2DResource Member Functionstatic nnResult UnmapTexture2DResource( Texture2DResource * texture2DResource );
| Name | Description | |
|---|---|---|
| in | texture2DResource | Specifies the pointer to the 2D texture resource to be released. |
| Value | Description |
|---|---|
| ResultSuccess | Process was successful. |
| ResultNullParameter | NULL was specified in an argument. |
Releases the data pointer to a resource.
CONFIDENTIAL