|
|
| MFTexture* MFTexture_CreateRenderTarget |
( |
const char * |
pName, |
|
|
int |
width, |
|
|
int |
height |
|
) |
|
|
|
|
Creates a render target texture. - Parameters:
-
| pName | Name of the texture being created. |
| width | Width of render target. |
| height | Height of render target. |
- Returns:
- Pointer to an MFTexture structure representing the newly created render target texture.
- See also:
- MFTexture_Create()
MFTexture_Destroy()
|
|