ebiten/internal/graphicsdriver/opengl/gl/debug_windows.go
Hajime Hoshi e8a1be7748 graphicsdriver/opengl: Use non-cgo gl package on Windows (#171)
This is a temporal fix until go-gl/glow#102 is applied.
2018-12-09 03:06:11 +09:00

15 lines
244 B
Go

// Code generated by glow (https://github.com/go-gl/glow). DO NOT EDIT.
package gl
import "unsafe"
type DebugProc func(
source uint32,
gltype uint32,
id uint32,
severity uint32,
length int32,
message string,
userParam unsafe.Pointer)