Constant RPI_VIDEO_LAYER
pub const RPI_VIDEO_LAYER: &'static str;
Available on crate feature
dep_sdl3
only.Expand description
A variable controlling which Dispmanx layer to use on a Raspberry PI.
Also known as Z-order. The variable can take a negative or positive value. The default is 10000.
This hint should be set before SDL is initialized.
§Availability
This hint is available since SDL 3.2.0.