Commit Graph

749 Commits (a9c8bf650f6db34affe7dabe9b273e36b3039b48)
 

Author SHA1 Message Date
Arif Driessen f0035b6b9b
Remove redundant 'NEW' comment from label
PipelineLayoutDescriptor already has its label set when we get to this point in the tutorial.

(It's set at docs/beginner/tutorial3-pipeline/README.md, line 154)
3 years ago
Ben Hansen ba9147f654 example loading in vuepress 3 years ago
Arif Driessen 87c380517d
small typo 3 years ago
Pmimo d9ef1e241e
Update docs.rs link to 0.11.0 3 years ago
sotrh 75948417e7
Merge pull request #257 from FrankenApps/shader-entrypoints
Name shader entry points differently.
3 years ago
sotrh 667d7c16d9
Merge pull request #259 from arifd/master
Rust resolver 2 default in 2021 edition
3 years ago
sotrh d4f5429bbb
Merge pull request #256 from PhilipK/fix-typo-tutorial2
Fix typo in tutorial2-surface README.md
3 years ago
sotrh 9b8a883ae0
Merge pull request #254 from Paulo-21/patch-1
Update link to 0.11 docs.rs
3 years ago
Arif Driessen 6042b6e821
Update README.md 3 years ago
Ben Hansen f25377f38b fixed fullscreen 3 years ago
Ben Hansen 592f9b3738 white text is hard to read on white background 3 years ago
Ferdinand Schäffler bd46bdb243 Converted docs. 3 years ago
Ferdinand Schäffler a39f95af13 Converted code examples. 3 years ago
Philip Kristoffersen f31af2d2cb
Fix typo in tutorial2-surface README.md
Add a missing "to"
3 years ago
Pmimo d26d61e4be
Update link to 0.11 docs.rs 3 years ago
Ben Hansen 141c94f48a wasm now loading 3 years ago
Ben Hansen 0da913d253 wasm is building 3 years ago
sotrh e683f9de4c
Merge pull request #251 from laalsaas/laalsaas-fix-typo
fix typo kronos to khronos
3 years ago
laalsaas 297923e578
fix typo kronos to khronos 3 years ago
sotrh 19ee4aa659
Merge pull request #248 from sotrh/0.11
0.11
3 years ago
Ben Hansen e010f745c9 updated news for 0.11 3 years ago
Ben Hansen e0e52584a6 fixed pong for 0.11 3 years ago
Ben Hansen 7cc67f5678 migrated to 0.11 3 years ago
Ben Hansen e13b0418ee Using existing GithubAction for deploy.yml 3 years ago
Ben Hansen f685e25808 Adding npm install to deploy.yml 3 years ago
sotrh fabb57e297
Create deploy.yml
Testing out deploying to Github Pages via Github Actions
3 years ago
sotrh eb4738adca
Sudo for install alsa 3 years ago
sotrh cc4860df90
Update rust.yml 3 years ago
sotrh 10d7df7a99
Fixing rust action: installing alsa 3 years ago
sotrh f6081839bc
Create rust.yml 3 years ago
sotrh e15fc946ac
Merge pull request #242 from PAUL-BERNARD/master
Fix some typos
3 years ago
sotrh b40fbb6121
Merge pull request #243 from chrisboyce/chrisboyce-tut2-fix
No "first()" method on Iterator
3 years ago
sotrh ff43b83a89
Merge pull request #244 from SuperSamus/master
model.rs: added "_bind_group" where appropriate
3 years ago
sotrh 05f54dd714
Merge pull request #245 from simbleau/master
Fixed typo: BackendBit::Primary is from a previous version
3 years ago
Spencer Imbleau 172a65ad72
Fixed typo: BackendBit::Primary is from a previous version 3 years ago
Martino Fontana 11b24cebc5 model.rs: added "_bind_group" where appropriate 3 years ago
Chris Boyce bb32dbdb52
No "first()" method on Iterator
As far as I can tell looking at the docs, there is no "first" method for the Iterator trait, but I believe "next" accomplishes getting the first item in this instance.
3 years ago
sotrh 1181245916
Merge pull request #241 from sotrh/dependabot/npm_and_yarn/prismjs-1.25.0
Bump prismjs from 1.24.0 to 1.25.0
3 years ago
Paul BERNARD 1dad054540 typos 3 years ago
Ben Hansen 4adea9e790 fixed pong 3 years ago
sotrh a36b005287
Merge pull request #240 from fkloiber/patches
Some patches to chapters 2&3
3 years ago
dependabot[bot] 615061afb9
Bump prismjs from 1.24.0 to 1.25.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Fabian Kloiber 6546507acf Fix wording
Remove duplicate "the" and shuffle some words around
3 years ago
Fabian Kloiber 85857948bf Update field name `attachment`
In the section on `RenderPassColorAttachment` the text uses the old name `attachment` for the field which now is called `view`.
3 years ago
Fabian Kloiber da913a90af Update link to wgpu docs
Link to `wgpu::Limits` pointed to old version 0.7
3 years ago
Ben Hansen 778a7d907b fixed #239 3 years ago
sotrh 5a403c4ed2
Merge pull request #238 from shinmili/update-comment
Update an explaining comment for its code
3 years ago
Kuroki Keiichiro 29a084b1b1 Update an explaining comment for its code
The code has been updated for wgpu-0.10 (`wgpu::TextureUsage::SAMPLED`
-> `wgpu::TextureUsages::TEXTURE_BINDING`), but its comment was not
updated at the same time.
3 years ago
sotrh bba4376e34
Merge pull request #233 from rukai/env_logger
Add section on why env_logger is needed
3 years ago
sotrh c013b28f59
Merge pull request #234 from chrisboyce/master
Fixed mask field name in text
3 years ago