ScottPlot
Loading...
Searching...
No Matches
Namespaces | Enumerations
ScottPlot.OpenGL Namespace Reference

Namespaces

namespace  GLPrograms
 

Enumerations

enum  GLFallbackRenderStrategy { Skip , Software }
 Defines behavior to use when OpenGL is not available. More...
 

Enumeration Type Documentation

◆ GLFallbackRenderStrategy

Defines behavior to use when OpenGL is not available.

Enumerator
Skip 

Do not render anything.

Software 

Use software rendering (may be slow)