func destroyGL() { gl.DeleteTextures(textures) textures = nil }
func destroyGL() { gl.DeleteTextures(textures) ///释放纹理 textures = nil }