SparseTextureConstructor

Cambiar al Manual
public SparseTexture (int width, int height, TextureFormat textureFormat, int mipCount);
public SparseTexture (int width, int height, TextureFormat textureFormat, int mipCount, bool linear);

Parámetros

widthAnchura de textura en pixeles.
heightAltura de textura en pixeles.
formatTexture format.
mipCountMipmap count. Pass -1 to create full mipmap chain.
linearWhether texture data will be in linear or sRGB color space (default is sRGB).

Descripción

Create a sparse texture.