diff --git a/internal/graphicsdriver/opengl/gl/procaddr.go b/internal/graphicsdriver/opengl/gl/procaddr.go index 6a31859ca..2b562b845 100644 --- a/internal/graphicsdriver/opengl/gl/procaddr.go +++ b/internal/graphicsdriver/opengl/gl/procaddr.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !js + package gl import (