Newbie question: CPU backend? #254
Answered
by
parasyte
saona-raimundo
asked this question in
Q&A
Newbie question: CPU backend?
#254
Replies
|
Your system already provides a CPU adapter, as mentioned in #92 (comment) See documentation for
And the output from the |
0 replies
Answer selected by saona-raimundo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
Your system already provides a CPU adapter, as mentioned in #92 (comment)
See documentation for
RequestAdapterOptions::force_fallback_adapterAnd the output from the
wgpu-infocli tool. (Look for "Type: Cpu")