UNPKG

@phaserjs/phaser

Version:
4 lines 284 B
import { IGLMipmapType } from './IGLTextureBindingConfig'; import { IGLTextureBinding } from './IGLTextureBinding'; export declare function CreateGLTexture<T extends IGLTextureBinding>(binding: T, mipmaps?: IGLMipmapType[]): WebGLTexture; //# sourceMappingURL=CreateGLTexture.d.ts.map