Skip to content

Instantly share code, notes, and snippets.

View G0BL1N's full-sized avatar
🤔

Mikhail G0BL1N

🤔
View GitHub Profile
@G0BL1N
G0BL1N / opengl32.kt
Created August 31, 2018 09:21
klib-build .kt generated from MinGW-w64 gl.h and glext.h
@file:kotlinx.cinterop.InteropStubs
@file:Suppress("UNUSED_VARIABLE", "UNUSED_EXPRESSION")
package platform.opengl32custom
import konan.SymbolName
import kotlinx.cinterop.*
import cnames.structs.__GLsync
import cnames.structs._cl_context
import cnames.structs._cl_event
import platform.posix.int64_t
;==========================================================
;
;
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
;