Files
Aerofoil/GpApp/Utilities.h

14 lines
580 B
C
Raw Permalink Normal View History

2019-11-11 00:11:59 -05:00
//============================================================================
//----------------------------------------------------------------------------
// Utilities.c
//----------------------------------------------------------------------------
//============================================================================
#include "PLQDOffscreen.h"
2019-12-29 06:38:18 -05:00
#include "GpPixelFormat.h"
2019-11-11 00:11:59 -05:00
2020-06-13 04:33:41 -04:00
PLError_t CreateOffScreenGWorld (DrawSurface **surface, Rect *bounds);
PLError_t CreateOffScreenGWorldCustomDepth (DrawSurface **surface, Rect *bounds, GpPixelFormat_t pixelFormat);