From 566b4b166bc7b498b9cff9c6ea723ce15832fdc4 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 16 May 2021 11:18:20 +0200 Subject: [PATCH] gpu/internal/opengl: remove unused type alias Signed-off-by: Elias Naur --- gpu/internal/opengl/opengl.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpu/internal/opengl/opengl.go b/gpu/internal/opengl/opengl.go index b6497536..f02113a8 100644 --- a/gpu/internal/opengl/opengl.go +++ b/gpu/internal/opengl/opengl.go @@ -121,8 +121,6 @@ type textureTriple struct { typ gl.Enum } -type Context = gl.Context - const ( storageBindings = 32 )