SDL_GPUFillMode

Specifies the fill mode of the graphics pipeline.

Values

ValueMeaning
SDL_GPU_FILLMODE_FILL

Polygons will be rendered via rasterization.

SDL_GPU_FILLMODE_LINE

Polygon edges will be drawn as line segments.

See Also

Meta