There was an error while loading. Please reload this page.
2 parents 05d87d8 + 4dad438 commit 773fa70Copy full SHA for 773fa70
src/main/scala/org/scalajs/dom/raw/WebGL.scala
@@ -1012,7 +1012,7 @@ class WebGLRenderingContext extends js.Object {
1012
/**
1013
* Sets the clear depth to use with [[WebGLRenderingContext#clear]].
1014
*/
1015
- def clearDepth(depth: Int): Unit = js.native
+ def clearDepth(depth: Double): Unit = js.native
1016
1017
1018
* Sets the stencil value to use with [[WebGLRenderingContext#clear]].
0 commit comments