Skip to content

Commit

Permalink
withParametersWebGL return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 19, 2024
1 parent a0df5df commit 9484fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/webgl/src/adapter/webgl-device.ts
Expand Up @@ -404,7 +404,7 @@ ${device.info.vendor}, ${device.info.renderer} for canvas: ${device.canvasContex
}

override withParametersWebGL(parameters: any, func: any): any {
withGLParameters(this.gl, parameters, func);
return withGLParameters(this.gl, parameters, func);
}

override clearWebGL(options?: {
Expand Down

0 comments on commit 9484fbb

Please sign in to comment.