UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 139 B
import { gl } from "../GL"; export function DeleteGLTexture(texture) { if (gl.isTexture(texture)) { gl.deleteTexture(texture); } }