app/internal/window: [iOS] fold header files into Go preambles

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-17 14:54:41 +02:00
parent 0da1b1bdbc
commit 77899c79d9
6 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
@import UIKit;
@import OpenGLES;
#include "gl_ios.h"
#include "_cgo_export.h"
int gio_renderbufferStorage(CFTypeRef ctxRef, CFTypeRef layerRef, GLenum buffer) {
EAGLContext *ctx = (__bridge EAGLContext *)ctxRef;