Enum FillType
Represents the Triangle Fill Type of a DrawRequest (when submitted to a DrawStage)
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public enum FillType : int
Fields
| Name | Description |
|---|---|
| Coloured | Single Colour Triangles (no texturing) |
| DualTextured | Textured Mapped - Dual Texturing with per Vertex weighted blending |
| Textured | Textured Mapped - Single Texture |