|
@@ -601,7 +601,7 @@ func (gs *GLS) TexImage2D(target uint32, level int32, iformat int32, width int32
|
|
|
func (gs *GLS) CompressedTexImage2D(target uint32, level uint32, iformat uint32, width int32, height int32, size int32, data interface{}) {
|
|
func (gs *GLS) CompressedTexImage2D(target uint32, level uint32, iformat uint32, width int32, height int32, size int32, data interface{}) {
|
|
|
C.glCompressedTexImage2D(C.GLenum(target),
|
|
C.glCompressedTexImage2D(C.GLenum(target),
|