Enum GLFallbackRenderStrategy
Defines behavior to use when OpenGL is not available
public enum GLFallbackRenderStrategy
- Extension Methods
Fields
Skip = 0
Do not render anything
Software = 1
Use software rendering (may be slow)
Defines behavior to use when OpenGL is not available
public enum GLFallbackRenderStrategy
Skip = 0
Do not render anything
Software = 1
Use software rendering (may be slow)