Newbie question: CPU backend? #254
-
I know the aim of the crate is hardware acceleration, and maybe you resolve my question by redirecting me to another crate, but... is it possible to show pixels in the screen using only the CPU? Of course the answer has to be yes, as there were no gpus before... but how to do it in Rust is my question and if this crate will ever consider having a cpu backend. Thank you beforehand! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Your system already provides a CPU adapter, as mentioned in #92 (comment) See documentation for
And the output from the |
Beta Was this translation helpful? Give feedback.
Your system already provides a CPU adapter, as mentioned in #92 (comment)
See documentation for
RequestAdapterOptions::force_fallback_adapter
And the output from the
wgpu-info
cli tool. (Look for "Type: Cpu")