Comparing version 4.12.1 to 4.13.0
@@ -218,3 +218,3 @@ | ||
export function createTexture(gl: WebGLRenderingContext, options?: TextureOptions, callback?: TextureReadyCallback): WebGLTexture; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number): void; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number, depth?: number): void; | ||
export function createTextures(gl: WebGLRenderingContext, options: { | ||
@@ -305,3 +305,3 @@ [key: string]: TextureOptions; | ||
export function createTexture(gl: WebGLRenderingContext, options?: TextureOptions, callback?: TextureReadyCallback): WebGLTexture; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number): void; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number, depth?: number): void; | ||
export function createTextures(gl: WebGLRenderingContext, options: { | ||
@@ -308,0 +308,0 @@ [key: string]: TextureOptions; |
@@ -218,3 +218,3 @@ | ||
export function createTexture(gl: WebGLRenderingContext, options?: TextureOptions, callback?: TextureReadyCallback): WebGLTexture; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number): void; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number, depth?: number): void; | ||
export function createTextures(gl: WebGLRenderingContext, options: { | ||
@@ -305,3 +305,3 @@ [key: string]: TextureOptions; | ||
export function createTexture(gl: WebGLRenderingContext, options?: TextureOptions, callback?: TextureReadyCallback): WebGLTexture; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number): void; | ||
export function resizeTexture(gl: WebGLRenderingContext, tex: WebGLTexture, options: TextureOptions, width?: number, height?: number, depth?: number): void; | ||
export function createTextures(gl: WebGLRenderingContext, options: { | ||
@@ -308,0 +308,0 @@ [key: string]: TextureOptions; |
{ | ||
"name": "twgl.js", | ||
"version": "4.12.1", | ||
"version": "4.13.0", | ||
"description": "A Tiny WebGL helper library", | ||
@@ -5,0 +5,0 @@ "main": "dist/4.x/twgl-full.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1007879
24909