func (this *FontTexture) CreateGlTexture() *texture.Texture { return texture.NewTexture(this.textureData) }
func (f *Fractal) renewTexture() { f.tex = texture.NewTexture(texture.NewTextureDataFromPixelGrid(f.grid)) }