internal/graphicsdriver/opengl: remove unused members

This commit is contained in:
Hajime Hoshi 2024-08-04 04:26:53 +09:00
parent 37a6057230
commit 9bd17de2d3

View File

@ -90,7 +90,6 @@ type (
type ( type (
uniformLocation int32 uniformLocation int32
attribLocation int32
) )
const ( const (
@ -111,8 +110,6 @@ type context struct {
lastBlend graphicsdriver.Blend lastBlend graphicsdriver.Blend
maxTextureSize int maxTextureSize int
maxTextureSizeOnce sync.Once maxTextureSizeOnce sync.Once
highp bool
highpOnce sync.Once
initOnce sync.Once initOnce sync.Once
} }