func (t *Texture) BindForSkybox(col *Color) { gl.Color4dv(col.Slc()) t.data.Bind() }
func (c *Color) Gl() { gl.Color4dv(c.Slc()) }