graphicsdriver/opengl: Remove bufferType

This commit is contained in:
Hajime Hoshi 2020-11-21 23:07:11 +09:00
parent 9c014a281a
commit c9060d2fa8

View File

@ -20,7 +20,6 @@ import (
type (
shaderType int
bufferType int
operation int
)