mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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
|
package gl
|
||||||
|
|
||||||
const (
|
const (
|
||||||
VERTEX_SHADEDR = 0x8B31
|
VERTEX_SHADER = 0x8B31
|
||||||
FRAGMENT_SHADER = 0x8B30
|
FRAGMENT_SHADER = 0x8B30
|
||||||
ARRAY_BUFFER = 0x8892
|
ARRAY_BUFFER = 0x8892
|
||||||
ELEMENT_ARRAY_BUFFER = 0x8893
|
ELEMENT_ARRAY_BUFFER = 0x8893
|
||||||
@ -58,7 +58,6 @@ const (
|
|||||||
UNPACK_ALIGNMENT = 0x0CF5
|
UNPACK_ALIGNMENT = 0x0CF5
|
||||||
UNSIGNED_BYTE = 0x1401
|
UNSIGNED_BYTE = 0x1401
|
||||||
UNSIGNED_SHORT = 0x1403
|
UNSIGNED_SHORT = 0x1403
|
||||||
VERTEX_SHADER = 0x8B31
|
|
||||||
WRITE_ONLY = 0x88B9
|
WRITE_ONLY = 0x88B9
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user