renderApi

Current graphics API used for rendering.

actual var renderApi: GraphicsApi

GraphicsApi.WEBGL is the only supported renderApi for k/js (browser).

actual var renderApi: GraphicsApi
actual var renderApi: GraphicsApi

GraphicsApi.METAL is the only GraphicsApi supported for macOS. Setter throws an IllegalArgumentException if the value is not GraphicsApi.METAL.

actual var renderApi: GraphicsApi