OpenGLView

Basic example

View.OpenGLView(hasRenderLoop = true)

Basic example with styling

View.OpenGLView(
    horizontalOptions = style.Position,
    verticalOptions = style.Position,
    backgroundColor = style.ViewColor,
    margin = style.Thickness,
    hasRenderLoop = true
)

See also: