mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
graphicsdriver/opengl/gl: Remove a misspelled unused const
This commit is contained in:
parent
08bb0834cc
commit
b4a9538e1d
@ -15,7 +15,7 @@
|
||||
package gl
|
||||
|
||||
const (
|
||||
VERTEX_SHADEDR = 0x8B31
|
||||
VERTEX_SHADER = 0x8B31
|
||||
FRAGMENT_SHADER = 0x8B30
|
||||
ARRAY_BUFFER = 0x8892
|
||||
ELEMENT_ARRAY_BUFFER = 0x8893
|
||||
@ -58,7 +58,6 @@ const (
|
||||
UNPACK_ALIGNMENT = 0x0CF5
|
||||
UNSIGNED_BYTE = 0x1401
|
||||
UNSIGNED_SHORT = 0x1403
|
||||
VERTEX_SHADER = 0x8B31
|
||||
WRITE_ONLY = 0x88B9
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user