internal/graphicsdriver/opengl/gl: bug fix: build error with GOOS=js

This commit is contained in:
Hajime Hoshi 2023-04-22 16:10:49 +09:00
parent 0542f9daa3
commit 0495101450

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !js
package gl
import (