webgl-framework
Advanced tools
Comparing version 2.2.0 to 2.2.1
export declare class UncompressedTextureLoader { | ||
static load(url: string, gl: WebGLRenderingContext, minFilter?: 9729, magFilter?: 9729, clamp?: boolean): Promise<WebGLTexture>; | ||
static load(url: string, gl: WebGLRenderingContext, minFilter?: number, magFilter?: number, clamp?: boolean): Promise<WebGLTexture>; | ||
static loadCubemap(url: string, gl: WebGL2RenderingContext, extension?: string): Promise<WebGLTexture>; | ||
} |
{ | ||
"name": "webgl-framework", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Basic low-level WebGL framework", | ||
@@ -5,0 +5,0 @@ "author": "Oleksandr Popov (github.com/keaukraine/)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
670476