Constant epaint::WHITE_UV

source ·
pub const WHITE_UV: Pos2;
Expand description

The UV coordinate of a white region of the texture mesh. The default egui texture has the top-left corner pixel fully white. You need need use a clamping texture sampler for this to work (so it doesn’t do bilinear blending with bottom right corner).