Ejemplo n.º 1
0
extern "C" void
AzRetainSkiaSharedGLContext(AzSkiaSharedGLContextRef aGLContext) {
    SkNativeSharedGLContext *sharedGLContext = static_cast<SkNativeSharedGLContext*>(aGLContext);
    sharedGLContext->AddRef();
}