virtual void * GetResource(
ResType resType,
const char* name,
u32 * pSize = 0
) = 0;
| Name | Description | |
|---|---|---|
| resType | The resource type. | |
| name | The resource name. | |
| pSize | A pointer to the variable that receives the resource size. Pass NULL when it is not necessary to receive the size. |
Gets the resource.
CONFIDENTIAL