skia-bindings 0.97.0

Skia Bindings for Rust
1
2
3
4
5
6
#include "include/gpu/ganesh/gl/GrGLInterface.h"
#include "include/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.h"

extern "C" const GrGLInterface* C_GrGLInterfaces_MakeEGL() {
    return GrGLInterfaces::MakeEGL().release();
}