TSdlGpuFillMode
Specifies the fill mode of the graphics pipeline.
Definition
Unit: Neslib.Sdl3.Gpu
See Also
Enumeration Values
Fill = SDL_GPU_FILLMODE_FILL
Polygons will be rendered via rasterization.
Line = SDL_GPU_FILLMODE_LINE
Polygon edges will be drawn as line segments.