mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
15 lines
244 B
Go
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)
|