DriverGL3Configuration

DriverGL3 configuration object

Since

openrndr 0.4.5

Properties

Link copied to clipboard
val deleteAngleOnExit: ERROR CLASS: Unresolved name: getValue

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

Link copied to clipboard
val driverType: ERROR CLASS: Unresolved name: getValue

Determines which type of driver will be used

Link copied to clipboard
val glDriverTypeHint: ERROR CLASS: Unresolved name: getValue
Link copied to clipboard
val glesBackend: ERROR CLASS: Unresolved name: getValue

Determines which GLES back-end will be used

Link copied to clipboard
val glesBackendHint: ERROR CLASS: Unresolved name: getValue

Provided hints for selecting a GLES back-end.

Link copied to clipboard
val overwriteExistingAngle: ERROR CLASS: Unresolved name: getValue

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

Link copied to clipboard
val skipGlfwTermination: ERROR CLASS: Unresolved name: getValue

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: Unresolved name: getValue
Link copied to clipboard
val useDebugContext: ERROR CLASS: Unresolved name: getValue

Should a debug context be used, default is false