@luma.gl/webgl
Advanced tools
Comparing version 9.1.0-alpha.18 to 9.1.0-alpha.19
@@ -178,4 +178,4 @@ // luma.gl | ||
// WebGL will error if we try to copy outside the bounds of the texture | ||
width = Math.min(width, size.width - x); | ||
height = Math.min(height, size.height - y); | ||
width = Math.min(width, this.width - x); | ||
height = Math.min(height, this.height - y); | ||
if (options.sourceX || options.sourceY) { | ||
@@ -182,0 +182,0 @@ // requires copyTexSubImage2D from a framebuffer' |
{ | ||
"name": "@luma.gl/webgl", | ||
"version": "9.1.0-alpha.18", | ||
"version": "9.1.0-alpha.19", | ||
"description": "WebGL2 adapter for the luma.gl core API", | ||
@@ -46,7 +46,7 @@ "type": "module", | ||
"dependencies": { | ||
"@luma.gl/constants": "9.1.0-alpha.18", | ||
"@luma.gl/constants": "9.1.0-alpha.19", | ||
"@math.gl/types": "4.1.0-alpha.3", | ||
"@probe.gl/env": "^4.0.8" | ||
}, | ||
"gitHead": "61c927cfdc3b96eb71aa014cbeac2bfe9375c0f6" | ||
"gitHead": "c836c09a5105e2515a036abff4a1b926d245a152" | ||
} |
@@ -246,4 +246,4 @@ // luma.gl | ||
// WebGL will error if we try to copy outside the bounds of the texture | ||
width = Math.min(width, size.width - x); | ||
height = Math.min(height, size.height - y); | ||
width = Math.min(width, this.width - x); | ||
height = Math.min(height, this.height - y); | ||
@@ -250,0 +250,0 @@ if (options.sourceX || options.sourceY) { |
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 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
1871846
+ Added@luma.gl/constants@9.1.0-alpha.19(transitive)
- Removed@luma.gl/constants@9.1.0-alpha.18(transitive)