Skip to main content

SDL_HINT_PS2_GS_PROGRESSIVE

Constant SDL_HINT_PS2_GS_PROGRESSIVE 

Source
pub const SDL_HINT_PS2_GS_PROGRESSIVE: *const c_char = _; // {alloc9648<imm>: *const i8}
Expand description

A variable controlling whether the signal is interlaced or progressive.

The variable can be set to the following values:

  • “0”: Image is interlaced. (default)
  • “1”: Image is progressive.

§Availability

This hint is available since SDL 3.4.0.