Rewrite cursor icon logic for integration_wgpu example
This commit is contained in:
parent
844fecd602
commit
661cb5736e
1 changed files with 5 additions and 5 deletions
|
|
@ -211,11 +211,11 @@ pub fn main() {
|
||||||
queue.submit(Some(encoder.finish()));
|
queue.submit(Some(encoder.finish()));
|
||||||
|
|
||||||
// Update the mouse cursor
|
// Update the mouse cursor
|
||||||
// window.set_cursor_icon(
|
window.set_cursor_icon(
|
||||||
// iced_winit::conversion::mouse_interaction(
|
iced_winit::conversion::mouse_interaction(
|
||||||
// mouse_interaction,
|
state.mouse_interaction(),
|
||||||
// ),
|
),
|
||||||
// );
|
);
|
||||||
|
|
||||||
// And recall staging buffers
|
// And recall staging buffers
|
||||||
local_pool
|
local_pool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue