Show / Hide Table of Contents

Enum ContextReleaseBehaviour

See KHR_context_flush_control extension for details.

Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.dll
Syntax
public enum ContextReleaseBehaviour

Fields

Name Description
Flush

A flush is done when the context is released (made not current).

None

No flush is done when the context is released (made not current).

In this article
Back to top Generated by DocFX