Update web example with experimental test windows
This commit is contained in:
parent
335b22d38d
commit
ffc1768e40
1 changed files with 3 additions and 3 deletions
|
@ -82,10 +82,10 @@ impl State {
|
||||||
});
|
});
|
||||||
|
|
||||||
let bg_color = srgba(16, 16, 16, 255);
|
let bg_color = srgba(16, 16, 16, 255);
|
||||||
let mesh = self.emigui.paint();
|
let batches = self.emigui.paint();
|
||||||
let result = self.webgl_painter.paint(
|
let result = self.webgl_painter.paint_batches(
|
||||||
bg_color,
|
bg_color,
|
||||||
mesh,
|
batches,
|
||||||
self.emigui.texture(),
|
self.emigui.texture(),
|
||||||
raw_input.pixels_per_point,
|
raw_input.pixels_per_point,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue