glClearColor

actual fun glClearColor(color: Vec3)

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


actual fun glClearColor(color: Vec4)

Sets clear values for color buffers to color.

expect fun glClearColor(color: Vec3)

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


expect fun glClearColor(color: Vec4)

Sets clear values for color buffers to color.

actual fun glClearColor(color: Vec3)

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


actual fun glClearColor(color: Vec4)

Sets clear values for color buffers to color.