Enum PathCoverMode
Used in GL.NV.CoverFillPathInstanced, GL.NV.CoverFillPath and 2 other functions
Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum PathCoverMode
Fields
| Name | Description |
|---|---|
| BoundingBoxNv | Original was GL_BOUNDING_BOX_NV = 0x908D |
| BoundingBoxOfBoundingBoxesNv | Original was GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV = 0x909C |
| ConvexHullNv | Original was GL_CONVEX_HULL_NV = 0x908B |
| PathFillCoverModeNv | Original was GL_PATH_FILL_COVER_MODE_NV = 0x9082 |