learn-wgpu
learn-wgpu copied to clipboard
Guide for using gfx-rs's wgpu library.
#![cfg_attr(feature = "stdsimd", feature(stdsimd))] stdsimd is unknown feature. I have tried deleting the repo and re-cloning hoping that I may have changed something while in the wrong directory, but it...
The DeviceDescriptor creation for wgpu 22.0 is missing a field. This was correctly set in the code but not in the Markdown doc. (thank you for this awesome tutorial !)
The window field was introduced in tutorial 1 but was not mentioned in the subsequent tutorials. As I'm still a beginner, please feel free to correct me if I've misunderstood...
On the following page the demo results in errors and the canvas resizing to be enormous. It appears the initial device request didn't require high enough limits and thus couldn't...
The image on the following page has a minecraft window overlapping the results window: https://sotrh.github.io/learn-wgpu/showcase/compute/#results 
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...
Commit https://github.com/sotrh/learn-wgpu/commit/4520b0f4c75b946224ab964e6b0a75301b1f3ed5 replaced all occurrences of `size` with `is_surface_configured: false`, also affecting the text of the tutorials. At present, this means there are a few instances of rather confusing writing,...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.28.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @lkuechler in PrismJS/prism#3863 New Contributors...