Fix a comment

This commit is contained in:
Hajime Hoshi 2015-01-14 23:38:25 +09:00
parent a2f67d69b8
commit 3200ae58a4

View File

@ -112,7 +112,7 @@ func (c *Context) DeleteTexture(t Texture) {
func (c *Context) GlslHighpSupported() bool {
gl := c.gl
// node-gl library may not define getShaderPrecisionFormat.
// headless-gl library may not define getShaderPrecisionFormat.
if gl.Get("getShaderPrecisionFormat") == js.Undefined {
return false
}