mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Minor cleanup following https://github.com/emilk/egui/pull/999
This commit is contained in:
@@ -34,8 +34,7 @@ pub struct WebGlPainter {
|
||||
/// 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 WebGlPainter {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user