1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00
This commit is contained in:
Emil Ernerfeldt
2021-12-28 13:22:01 +01:00
parent f919b0cc05
commit cda4c8ba13
6 changed files with 14 additions and 13 deletions

View File

@@ -34,8 +34,7 @@ pub struct WebGl2Painter {
/// Index is the same as in [`egui::TextureId::User`].
user_textures: HashMap<u64, WebGlTexture>,
// TODO: 128-bit texture space?
next_native_tex_id: u64,
next_native_tex_id: u64, // TODO: 128-bit texture space?
}
impl WebGl2Painter {