次の方法で共有


GPESurf::GPESurf (Compact 2013)

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

See Also

Reference

Display Driver Methods
GPESurf
GPESurf::Init