15 #ifndef FPLBASE_RENDERER_ANDROID_H
16 #define FPLBASE_RENDERER_ANDROID_H
18 #include "fplbase/config.h"
58 #endif // FPLBASE_RENDERER_ANDROID_H
void AndroidPreCreateWindow()
Create the Android window surface.
void AndroidSetScalerResolution(const mathfu::vec2i &resolution)
Scalar settings can occasionally fail on fail on some Android devices. In failure cases...
void AndroidInitGl3Functions()
Gets all the GL3 function pointers. Using this rather than GLES3/gl3.h directly means we can still co...
int AndroidGetContextClientVersion()
Gets the GLES client version of the current EGL context.
const mathfu::vec2i & AndroidGetScalerResolution()
Get the Android scaler resolution.