nn::gd::CTR::Resource::UnmapVertexBufferResource Member Functionstatic nnResult UnmapVertexBufferResource( VertexBufferResource * buffer );
| Name | Description | |
|---|---|---|
| in | buffer | Specifies the pointer to the resource to be released. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNullParameter |
NULL was specified for buffer. |
| 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