github.com/gop9/olt@v0.0.0-20200202132135-d956aad50b08/gio/app/internal/window/gl_ios.h (about)

     1  // SPDX-License-Identifier: Unlicense OR MIT
     2  
     3  __attribute__ ((visibility ("hidden"))) int gio_renderbufferStorage(CFTypeRef ctx, CFTypeRef layer, GLenum buffer);
     4  __attribute__ ((visibility ("hidden"))) int gio_presentRenderbuffer(CFTypeRef ctx, GLenum buffer);
     5  __attribute__ ((visibility ("hidden"))) int gio_makeCurrent(CFTypeRef ctx);
     6  __attribute__ ((visibility ("hidden"))) CFTypeRef gio_createContext(void);
     7  __attribute__ ((visibility ("hidden"))) CFTypeRef gio_createGLLayer(void);