internal/graphicsdriver/opengl: bug fix: build failure for browsers

This commit is contained in:
Hajime Hoshi 2022-10-15 23:29:19 +09:00
parent 257f05883c
commit 2f146d5e4f

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !android && !ios && !opengles
// +build !android,!ios,!opengles
//go:build !android && !ios && !js && !opengles
// +build !android,!ios,!js,!opengles
package opengl