API export/import macros for cross-platform shared library symbol visibility.
#define API_EXPORT
Marks a symbol for export from (or import into) a shared library.
Definition Api.h:32
std::shared_ptr< Fast::Fast3dWindow > GfxGetFast3dWindow()
API_EXPORT uint16_t GfxGetPixelDepth(float x, float y)
Returns the pixel depth at screen coordinate (x, y).
API_EXPORT void GfxSetNativeDimensions(uint32_t width, uint32_t height)
Sets the native (un-scaled) rendering resolution used by the graphics backend.
API_EXPORT void GfxGetPixelDepthPrepare(float x, float y)
Prepares the graphics backend to sample the pixel depth at screen coordinate (x, y).
void GfxSetFast3dWindow(std::shared_ptr< Fast::Fast3dWindow > window)
Definition gfx_direct3d_common.h:19