(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_HINT_RENDER_LINE_METHOD

A variable controlling how the 2D render API renders lines

Header File

Defined in SDL_hints.h

Syntax

#define SDL_HINT_RENDER_LINE_METHOD "SDL_RENDER_LINE_METHOD"

Remarks

This variable can be set to the following values:

This variable should be set when the renderer is created.


CategoryAPI, CategoryAPIMacro, CategoryHints