webgl-raub
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -132,3 +132,3 @@ declare module "webgl-raub" { | ||
const bindFramebuffer: (target: number, buffer?: WebGLFramebuffer) => void; | ||
const blitFrameBuffer: ( | ||
const blitFramebuffer: ( | ||
srcX0: number, | ||
@@ -135,0 +135,0 @@ srcY0: number, |
@@ -259,5 +259,5 @@ 'use strict'; | ||
// width is now format, height is now type, and border is now pixels | ||
pixels = border; | ||
type = height; | ||
format = width; | ||
const pixels = border; | ||
const type = height; | ||
const format = width; | ||
return _texImage2D( | ||
@@ -264,0 +264,0 @@ target, level, internalformat, pixels.width, pixels.height, 0, format, type, pixels |
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "webgl-raub", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "WebGL for Node.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
51276