nn::gd::CTR::Resource::GetVertexBufferResourceProperties Member Functionstatic nnResult GetVertexBufferResourceProperties( const VertexBufferResource * buffer, VertexBufferResourceProperties * properties );
| Name | Description | |
|---|---|---|
| in | buffer | Specifies the pointer to the resource for which detailed information is being obtained. |
| in | properties | Specifies the address storing an object pointer for the obtained detailed information. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
| ResultNullParameter | NULL was specified in an argument. |
Gets the detailed information for vertex buffer resource.
CONFIDENTIAL