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 |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNullParameter |
NULL was specified in an argument. |
| ResultResourceNotMapped | Resource meant to be released is not mapped. |
Releases the data pointer to a resource.
Flushes the memory cache based on the memory type and usage method.
CONFIDENTIAL