Commit Graph

576 Commits (0.14)

Author SHA1 Message Date
Ben Hansen 3f99b965a9 migrated to 0.14 2 years ago
sotrh b2fad645de
Merge branch 'master' into evik42-0.13-update-fix 2 years ago
sotrh 954ccc4bad
Merge pull request #397 from jinleili/numbers
Fix 2 numbers on tutorial4 doc
2 years ago
sotrh 5f75beab03
Merge pull request #398 from jinleili/step_mode
Make `step_mode` easier to understand
2 years ago
sotrh 5dc50f0200
Merge pull request #399 from jinleili/filter
Fix the descriptions of `mag_filter` and `min_filter` fields
2 years ago
sotrh 4726bb5a8c
Merge pull request #400 from Ratipoka/patch-1
Remove typo : extra size field in State
2 years ago
sotrh 49fb49bdbf
Merge pull request #404 from jbckly/patch-1
Fix some code for Dependencies and the window
2 years ago
jbckly c60fcdd9a6
Use 0.13's Surface::get_supported_formats
get_preferred_format no longer exists as per https://docs.rs/wgpu/0.13.1/wgpu/struct.Surface.html#method.get_supported_formats
2 years ago
jbckly 9a578de950
Fix some code for Dependencies and the window
Needed this to get things rendering for me! otherwise we get:
```
$ cargo run
   Compiling rustp v0.1.0 (/Users/jack/dev/rustp)
warning: unused implementer of `Future` that must be used
 --> src/main.rs:4:5
  |
4 |     run();
  |     ^^^^^^
  |
  = note: `#[warn(unused_must_use)]` on by default
  = note: futures do nothing unless you `.await` or poll them

warning: `rustp` (bin "rustp") generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 0.48s
     Running `target/debug/rustp`
```
2 years ago
Ratipoka e4dbc77457
Remove typo : extra size argument in State 2 years ago
Jinlei Li 63f790e633 Fix the descriptions of `mag_filter` and `min_filter` fields 2 years ago
Jinlei Li 1b8144be0d Make `step_mode` easier to understand 2 years ago
Jinlei Li 6c51b3608e Fix 2 numbers on tutorial4 doc 2 years ago
Attila Mravik 2d9269aade
Fix code example for 0.13
The alternative code path missed the 0.13 update.
2 years ago
Ben Hansen c480fd51dc fixes #391 2 years ago
sotrh 7c2bfa02bf
Merge pull request #393 from mckahz/fix-camera-typo
fixed typo
2 years ago
sotrh 6951ceb3c1
Merge pull request #394 from mckahz/fix-instance-typo
Fix instance typo
2 years ago
Jinlei Li df68d03bb4 Fix `targets` data type in the doc 2 years ago
mckahz a00d1aaf1a fixed typo
syntax error in wgsl code
2 years ago
mckahz 60fdfbdbe7 Revert "fixed typo"
This reverts commit 7179c4a613.
2 years ago
mckahz 7179c4a613 fixed typo
syntax error in wgsl code
2 years ago
mckahz 603584379b fixed typo
I think this was supposed to say "warp" as that makes more sense to me than wrap. I could be mistaken though.
2 years ago
Ben Hansen 58944cb8ca fixes #384 2 years ago
Ben Hansen 1220dfa70b fixes #382 2 years ago
Ben Hansen d24553dec1 fixes #378 2 years ago
sotrh ba28fa1ee9
Merge pull request #379 from archsolar/text-correction
Small text correction docs.
2 years ago
loui 777bf0f0bd
Fixing broken link to pipeline section 2 years ago
archsolar 67682a2b24
Small text correction docs.
love you
2 years ago
Ben Hansen 56c917c749 correcting code in tutorial3 and tutorial2 2 years ago
Ben Hansen 6e43280d27 finished 0.13 readme 2 years ago
Ben Hansen 3e7d0a5bea updating `PresentMode` details and adding warning to pong 2 years ago
Ben Hansen a2a1d69133 migrated to 0.13 2 years ago
Ben Hansen 0fa9eb1e6f started fragment shader terrain version 2 years ago
Ben Hansen 844a1d1287 started write up for terrain tutorial 2 years ago
sotrh f6c701633f
Merge pull request #373 from OisinA/master
Replace main.rs with lib.rs in intermediate tutorials
2 years ago
sotrh 7284620506
Merge pull request #374 from Ajacmac/master
added wasm-bindgen-futures dependency to tutorial 1 to match code exa…
2 years ago
Ben Hansen f7da79e4c6 fixed noise generation 2 years ago
Ajacmac bbe3d24f70 added wasm-bindgen-futures dependency to tutorial 1 to match code example. wasm-pack won't build without it 2 years ago
Ben Hansen 4e129c563d got heightmap working with compute shaders 2 years ago
OisinA b987573e93 Replace main.rs with lib.rs 2 years ago
sotrh fbc6591644
Merge pull request #354 from doodlewind/patch-1
Add Chinese translation
2 years ago
sotrh 884714875c
Merge pull request #366 from liningpan/master
fix: typo in write_texture
2 years ago
sotrh ae7c6b4d91
Merge pull request #368 from 7tsvn/master
Clarified some of the steps in tutorial1-window
2 years ago
sotrh 35297142d0
Merge pull request #369 from Narcha/patch-1
Grammar fixes
2 years ago
Narcha 94e6c383e0
Fixed missing `pub` in ModelVertex struct 2 years ago
Narcha ad934b6199
Grammar fixes 2 years ago
7tsvn 38f6cd6081
updated formatting 2 years ago
7tsvn 55b9cba6ae
Update README.md 2 years ago
7tsvn d444bc7df6 Cleared up some things in tutorial1 2 years ago
Lining Pan 6b2647cacb
fix: typo in write_texture
missing reference
2 years ago