Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/org/scalajs/dom/raw/WebGL.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ class WebGLRenderingContext extends js.Object {
/**
* Sets the clear depth to use with [[WebGLRenderingContext#clear]].
*/
def clearDepth(depth: Int): Unit = js.native
def clearDepth(depth: Double): Unit = js.native

/**
* Sets the stencil value to use with [[WebGLRenderingContext#clear]].
Expand Down