issues
search
go-gl-legacy
/
gl
Go bindings for OpenGL
BSD 3-Clause "New" or "Revised" License
342
stars
52
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
README: update to legacy paths
#181
slimsag
closed
9 years ago
1
ptr panics when type is uintptr
#180
JonathanFraser
closed
9 years ago
2
README: Point to latest version of GLFW bindings.
#179
dmitshur
closed
9 years ago
1
sdl + gl.Init() crash
#178
Triangle345
closed
9 years ago
1
Unbinding a buffer is a method
#177
viking
opened
9 years ago
2
Fix #167 incompatible pointer types warnings
#176
simleb
opened
9 years ago
2
Fix #174 ptr() panic on uintptr
#175
simleb
closed
9 years ago
3
gl.ptr panics if passed a non-nil uintptr
#174
viking
closed
9 years ago
8
Bug fix (#172): Check the variable is nil correctly
#173
hajimehoshi
closed
9 years ago
1
reflect.ValueOf(x).IsNil() should be used to check if an interface{} variable is nil
#172
hajimehoshi
closed
9 years ago
3
OSX go-gl/gl glew.h file not found
#171
rocketkittens
closed
9 years ago
1
How to cleanup a gl.Texture
#170
emicklei
closed
9 years ago
4
Build issues Arch
#169
dcbishop
opened
10 years ago
0
Add support for GL_ARB_get_program_binary (core in OpenGL 4.1)
#168
micia
closed
9 years ago
1
Mac OSX Warnings/Errors when running go get
#167
netpoetica
opened
10 years ago
1
Added compiler flags to get Cgo to find GLEW. OS X
#166
jsilvela
closed
10 years ago
2
compilation problem related to go1.3?
#165
emicklei
closed
10 years ago
1
Compiler can't find any functions in attriblocation.go
#164
akonneker
closed
10 years ago
5
Add new extensions and features
#163
polyfloyd
closed
9 years ago
4
How are extensions handled (on OS X)?
#162
tildeleb
opened
10 years ago
1
fatal error: unexpected signal during runtime execution
#161
pwaller
closed
10 years ago
0
Issue building on Windows 7 with MinGW
#160
nholland94
opened
10 years ago
3
fix ClipPlane; change type of equation arg from *float64 to []float64
#159
tildeleb
closed
10 years ago
1
fix ClipPlane; change type of equation arg from *float64 to []float64
#158
tildeleb
closed
10 years ago
13
Bad equation argument for gl.ClipPlane
#157
tildeleb
closed
10 years ago
3
Possible misuse of unsafe.Pointer
#156
UserAB1236872
opened
10 years ago
3
Documentation link outdated and GoDoc not working
#155
mbertschler
closed
10 years ago
5
func ClipPlane(plane GLenum, equation *float64)
#154
mki1967
opened
10 years ago
6
Implement new extensions
#153
polyfloyd
closed
10 years ago
6
Add a section describing the glew-1.10 branch
#152
polyfloyd
closed
10 years ago
2
GL4
#151
polyfloyd
closed
10 years ago
1
added tildeleb to Authors
#150
tildeleb
closed
10 years ago
0
added function GetActiveAttrib
#149
tildeleb
closed
10 years ago
1
Add tbruyelle to AUTHORS
#148
tbruyelle
closed
10 years ago
0
Fix code design for the program type
#147
tbruyelle
closed
10 years ago
0
Add function to unbind a vao (fix #143)
#146
tbruyelle
closed
10 years ago
2
The use of slices and arrays as parameters in the Uniformxxx funcs
#145
kunos
opened
10 years ago
5
Added MapBuffer convenience functions for slices
#144
polyfloyd
closed
10 years ago
4
Unbind VAO missing function ?
#143
tbruyelle
closed
10 years ago
5
Convenient version of GetIntegerv
#142
krux02
closed
10 years ago
9
Non-conformant VertexAttribPointer implementation for OpenGL >= 3.0
#141
jonvaldes
closed
10 years ago
4
Added Query Objects
#140
polyfloyd
closed
10 years ago
3
Add Query Objects
#139
polyfloyd
closed
10 years ago
1
Add AUTHORS
#138
pwaller
closed
10 years ago
0
Implement bindings for debug output feature
#137
kiryl
closed
10 years ago
6
gl.CreateProgram() crash
#136
kiryl
closed
10 years ago
1
Added glDrawRangeElements()
#135
polyfloyd
closed
10 years ago
1
Trouble Installing on Windows
#134
Triangle345
closed
10 years ago
9
Added function glGetCompressedTexImage
#133
fawick
closed
10 years ago
0
Support for multiple string inputs to shader.Source().
#132
Ferguzz
closed
10 years ago
2
Next