Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This method creates a system-memory surface and allocates storage.
Syntax
GPESurf::GPESurf(
int width,
int height,
EGPEFormat format
);
Parameters
- width
[in] Width in pixels of the surface to create.
- height
[in] Height in pixels of the surface to create.
- format
[in] Pixel format for the surface.
Return Value
None.
Requirements
Header |
gpe.h |
Library |
Gpe_lib.lib |