DriverGL3Configuration

DriverGL3 configuration object

Since

openrndr 0.4.5

Properties

Link copied to clipboard
val deleteAngleOnExit: <Error class: unknown class>

Determines if the Angle runtime should be deleted on exit, default is true.

Link copied to clipboard
val driverType: <Error class: unknown class>

Determines which type of driver will be used

Link copied to clipboard
val glDriverTypeHint: <Error class: unknown class>
Link copied to clipboard
val glesBackend: <Error class: unknown class>

Determines which GLES back-end will be used

Link copied to clipboard
val glesBackendHint: <Error class: unknown class>

Provided hints for selecting a GLES back-end.

Link copied to clipboard
val overwriteExistingAngle: <Error class: unknown class>

Determines if the Angle runtime should be overwritten if one already exists, default is false.

Link copied to clipboard
val skipGlfwTermination: <Error class: unknown class>

Should calling glfwTerminate be skipped on application shutdown? This is used to remedy problems during testing. It looks like glfw can not be re-initialized after terminating it.

Link copied to clipboard
val useBackBufferExtension: <Error class: unknown class>
Link copied to clipboard
val useDebugContext: <Error class: unknown class>

Should a debug context be used, default is false