idek stuff like stack
This commit is contained in:
@@ -40,7 +40,7 @@ impl<'a, Ctx> Painter<'a, Ctx> {
|
||||
.extend_from_slice(bytemuck::cast_slice::<_, u32>(&[data]));
|
||||
}
|
||||
|
||||
pub fn draw(&mut self, id: &WidgetId)
|
||||
pub fn draw<W>(&mut self, id: &WidgetId<W>)
|
||||
where
|
||||
Ctx: 'static,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user