You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followup from review of #7063, which promotes the Empty backend (now renamed to Noop) to external usability as a test stub:
Should the tests be run against the noop adapter? This is trivial to do (just enable it in init::initialize_instance), but of course they almost all fail, because no rendering or compute is done. However, it might be useful to do so anyway, while skipping assertions about the output, in order to test the noop backend and wgpu's validation logic.
The text was updated successfully, but these errors were encountered:
Followup from review of #7063, which promotes the
Empty
backend (now renamed toNoop
) to external usability as a test stub:Should the tests be run against the noop adapter? This is trivial to do (just enable it in
init::initialize_instance
), but of course they almost all fail, because no rendering or compute is done. However, it might be useful to do so anyway, while skipping assertions about the output, in order to test the noop backend and wgpu's validation logic.The text was updated successfully, but these errors were encountered: