Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Jan 8, 2020
1 parent 8667ce0 commit e998178
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/javascript/webgl-rendering-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,6 @@ class WebGLRenderingContext extends NativeWebGLRenderingContext {
}

_wrapShader (type, source) { // eslint-disable-line
if (this._extensions.webgl_draw_buffers) { // eslint-disable-line
return source
}
return this._extensions.webgl_draw_buffers ? source : '#define gl_MaxDrawBuffers 1\n' + source // eslint-disable-line
}

Expand Down

0 comments on commit e998178

Please sign in to comment.