forked from xlab/android-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypes.go
74 lines (51 loc) · 1.54 KB
/
types.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.
// WARNING: This file has automatically been generated on Tue, 05 Sep 2017 19:50:45 MSK.
// By https://git.io/c-for-go. DO NOT EDIT.
package gles2
/*
#cgo LDFLAGS: -lGLESv2
#include <GLES2/gl2.h>
#include <stdlib.h>
#include "cgo_helpers.h"
*/
import "C"
// Byte type as declared in GLES2/gl2.h:56
type Byte byte
// Clampf type as declared in GLES2/gl2.h:57
type Clampf float32
// Fixed type as declared in GLES2/gl2.h:58
type Fixed int32
// Short type as declared in GLES2/gl2.h:59
type Short int16
// Ushort type as declared in GLES2/gl2.h:60
type Ushort uint16
// Void type as declared in GLES2/gl2.h:61
type Void [0]byte
// Sync as declared in GLES2/gl2.h:62
type Sync C.GLsync
// Int64 type as declared in GLES2/gl2.h:63
type Int64 int64
// Uint64 type as declared in GLES2/gl2.h:64
type Uint64 uint64
// Enum type as declared in GLES2/gl2.h:65
type Enum uint32
// Uint type as declared in GLES2/gl2.h:66
type Uint uint32
// Char type as declared in GLES2/gl2.h:67
type Char byte
// Float type as declared in GLES2/gl2.h:68
type Float float32
// Sizeiptr type as declared in GLES2/gl2.h:69
type Sizeiptr int
// Intptr type as declared in GLES2/gl2.h:70
type Intptr int
// Bitfield type as declared in GLES2/gl2.h:71
type Bitfield uint32
// Int type as declared in GLES2/gl2.h:72
type Int int32
// Boolean type as declared in GLES2/gl2.h:73
type Boolean byte
// Sizei type as declared in GLES2/gl2.h:74
type Sizei int32
// Ubyte type as declared in GLES2/gl2.h:75
type Ubyte byte