mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Update web example with experimental test windows
This commit is contained in:
@@ -82,10 +82,10 @@ impl State {
|
||||
});
|
||||
|
||||
let bg_color = srgba(16, 16, 16, 255);
|
||||
let mesh = self.emigui.paint();
|
||||
let result = self.webgl_painter.paint(
|
||||
let batches = self.emigui.paint();
|
||||
let result = self.webgl_painter.paint_batches(
|
||||
bg_color,
|
||||
mesh,
|
||||
batches,
|
||||
self.emigui.texture(),
|
||||
raw_input.pixels_per_point,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user