mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
opengl: Bug fix: Misusage of Texture
This commit is contained in:
parent
73856a2298
commit
20e9b91336
@ -27,7 +27,7 @@ type Texture mgl.Texture
|
||||
type Framebuffer mgl.Framebuffer
|
||||
type Shader mgl.Shader
|
||||
type Program mgl.Program
|
||||
type Buffer mgl.Texture
|
||||
type Buffer mgl.Buffer
|
||||
|
||||
var ZeroFramebuffer Framebuffer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user