|
|
| bool MFTexture_IsAvailableOnPlatform |
( |
int |
format, |
|
|
int |
platform |
|
) |
|
|
|
|
Tests if a texture format is supported in hardware on a specified platform. - Parameters:
-
| format | Texture format to be tested. |
| platform | Platform to test for hardware support. |
- Returns:
- Returns true if specified format is supported in hardware.
- See also:
- MFTexture_GetPlatformAvailability()
|
|