glClearColor

actual fun glClearColor(color: Vec3<Float>)

Sets clear values for color buffers to color with alpha channel set to fully opaque.


actual fun glClearColor(color: Vec4<Float>)

Sets clear values for color buffers to color.

expect fun glClearColor(color: Vec3<Float>)

Sets clear values for color buffers to color with alpha channel set to fully opaque.


expect fun glClearColor(color: Vec4<Float>)

Sets clear values for color buffers to color.

actual fun glClearColor(color: Vec3<Float>)

Sets clear values for color buffers to color with alpha channel set to fully opaque.


actual fun glClearColor(color: Vec4<Float>)

Sets clear values for color buffers to color.