Constant webrender::picture::MAX_SURFACE_SIZE
source ยท pub const MAX_SURFACE_SIZE: usize = 4096;
Expand description
The maximum size per axis of a surface, in DevicePixel coordinates. Render tasks larger than this size are scaled down to fit, which may cause some blurriness.