コード例 #1
0
ファイル: azure-c.cpp プロジェクト: kmcallister/rust-azure
extern "C" void
AzSkiaSharedGLContextFlush(AzSkiaSharedGLContextRef aGLContext) {
    SkNativeSharedGLContext *sharedGLContext = static_cast<SkNativeSharedGLContext*>(aGLContext);
    sharedGLContext->flush();
}