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