Skip to content

Gfx3MipmapManager

jay19240 edited this page Dec 11, 2024 · 1 revision

Gfx3MipmapManager

Constructors

  • new Gfx3MipmapManager(): Gfx3MipmapManager

Methods

  • createTextureFromBitmap(bitmap, is8bit: boolean, samplerDescriptor: GPUSamplerDescriptor): Gfx3Texture
  • generateMipmap(texture: GPUTexture): void
    • texture: Texture to generate mipmaps for.
Clone this wiki locally