Show / Hide Table of Contents

Class GraphicsApiHints

Hints provided for an abstraction layer about the graphics context being created.

Inheritance
object
GraphicsApiHints
OpenGLGraphicsApiHints
VulkanGraphicsApiHints
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public abstract class GraphicsApiHints

Properties

Api

Which graphics API the hints are for.

Declaration
public abstract GraphicsApi Api { get; }
Property Value
Type Description
GraphicsApi
In this article
Back to top Generated by DocFX