Copy Link
Add to Bookmark
Report
GP32 GpMemSurfaceGet
overview
GpLcdSurfaceGet이 펌웨어에서 이미 생성된 표면버퍼를 얻는 것에 비해 GpMemSurfaceGet은 시스템 메모리에서 표면버퍼를 할당한다. 따라서 시스템 메모리의 여유가 있는 한 제한없이 표면버퍼를 생성할 수 있다. 주의할 것은 GpMemSurfaceGet을 통해서 얻은 표면 버퍼는 실제 LCD의 전방버퍼 (Primary buffer)가 될 수 없다는 점이다.
int GpMemSurfaceGet(
GPDRAWSURFACE * ptgpds
);
parameters
ptgpds
설명....
return values
remarks