void DeleteTexture(
const TextureInfo & texInfo
);
| Name | Description | |
|---|---|---|
| in | texInfo | The texture information. |
Destroys a texture.
Destroys the texture loaded using LoadTexture().
When calling LoadTexture() and DeleteTexture(), Layout::SetLayoutDrawEnable() must be configured identically.
CONFIDENTIAL