1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Handle more than 2^16 vertices in WebGL renderer

This commit is contained in:
Emil Ernerfeldt
2019-03-12 14:43:50 +01:00
parent 0ba687f521
commit 0be9722af5
4 changed files with 95 additions and 36 deletions

View File

@@ -60,7 +60,7 @@ impl GuiInput {
// ----------------------------------------------------------------------------
/// 0-255 sRGBA
#[derive(Clone, Copy, Debug, Default, Serialize)]
#[derive(Clone, Copy, Debug, Default, Eq, Ord, PartialEq, PartialOrd, Serialize)]
pub struct Color {
pub r: u8,
pub g: u8,