Re-exports§
pub use wgpu;
Structs§
- This provides a Gfx backend for egui using wgpu as the backend If you are making your own wgpu integration, then you can reuse the
EguiPainter
instead which contains only egui render specific data.
Enums§
- We take all the
Constants§
Functions§
- input: clip rectangle in logical pixels, scale and framebuffer size in physical pixels we will get [x, y, width, height] of the scissor rectangle.