Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for required wgpu features #121

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Check for required wgpu features #121

merged 1 commit into from
Oct 25, 2023

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Oct 24, 2023

This checks if the VERTEX_STORAGE feature is available on the wgpu adapter and fails to create VgerRenderer if not, allowing fallback to CPU rendering.

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

Merging #121 (fe49615) into main (ccb0f71) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@           Coverage Diff            @@
##            main    #121      +/-   ##
========================================
- Coverage   3.23%   3.23%   -0.01%     
========================================
  Files         54      54              
  Lines       9428    9440      +12     
========================================
  Hits         305     305              
- Misses      9123    9135      +12     
Files Coverage Δ
vger/src/lib.rs 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dzhou121 dzhou121 merged commit d07179d into lapce:main Oct 25, 2023
6 of 9 checks passed
@Zoxc Zoxc deleted the cpu-fallback branch October 25, 2023 06:31
jrmoulton pushed a commit to jrmoulton/floem that referenced this pull request Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants