Skip to content

Commit

Permalink
update import to "github.com/banthar/gl"
Browse files Browse the repository at this point in the history
  • Loading branch information
banthar committed Jul 6, 2011
1 parent ab7dca2 commit 7df7460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glu.go
Expand Up @@ -5,7 +5,7 @@ package glu
// #include <GL/glu.h>
//
import "C"
import "gl"
import "github.com/banthar/gl"

func Build2DMipmaps(target gl.GLenum, internalFormat int, width, height int, format gl.GLenum, data interface{}) int {
t, p := gl.GetGLenumType(data)
Expand Down

0 comments on commit 7df7460

Please sign in to comment.