Commit Graph

610 Commits

Author SHA1 Message Date
Paul BERNARD
1dad054540 typos 2021-09-22 20:24:20 +02:00
Ben Hansen
4adea9e790 fixed pong 2021-09-21 20:43:22 -06:00
sotrh
a36b005287
Merge pull request #240 from fkloiber/patches
Some patches to chapters 2&3
2021-09-21 19:24:17 -06:00
Fabian Kloiber
6546507acf Fix wording
Remove duplicate "the" and shuffle some words around
2021-09-19 22:35:17 +02:00
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`.
2021-09-19 22:35:17 +02:00
Fabian Kloiber
da913a90af Update link to wgpu docs
Link to `wgpu::Limits` pointed to old version 0.7
2021-09-19 22:35:17 +02:00
Ben Hansen
778a7d907b fixed #239 2021-09-19 13:48:01 -06:00
sotrh
5a403c4ed2
Merge pull request #238 from shinmili/update-comment
Update an explaining comment for its code
2021-09-19 13:10:38 -06:00
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.
2021-09-19 15:19:15 +09:00
sotrh
bba4376e34
Merge pull request #233 from rukai/env_logger
Add section on why env_logger is needed
2021-09-17 10:56:05 -06:00
sotrh
c013b28f59
Merge pull request #234 from chrisboyce/master
Fixed mask field name in text
2021-09-17 10:34:57 -06:00
sotrh
d63ab6f8d5
Merge pull request #237 from TheBlueFireFox/master
Fixed issue with code example was not ported to 0.10.x
2021-09-17 10:32:21 -06:00
sotrh
432077c7d0
Merge pull request #236 from schnippl0r/master
Fixed code snippet.
2021-09-17 10:31:08 -06:00
sotrh
5617e2d5e2
Merge pull request #235 from Onirik79/patch-2
Updated a link to wgpu docs
2021-09-17 10:29:51 -06:00
Adrian Hornung
6654cae15b Fixed issue with code example was not ported to 0.10.x 2021-09-17 18:27:32 +02:00
Mario Kilies
e281746334 Fixed code example.
'instance' and 'adapter' are not defined (and not needed) in State.
2021-09-17 02:52:42 +02:00
Onirik79
651da2ff23
Updated a link to wgpu docs 2021-09-16 20:07:49 +02:00
Chris Boyce
1ab24facf2
Fixed mask field name in text 2021-09-15 16:59:20 -07:00
Lucas Kent
f2c0f2aa3c Add section on why env_logger is needed 2021-09-16 09:51:21 +10:00
Ben Hansen
a2285094c2 fixed #231 2021-09-15 09:52:19 -06:00
Ben Hansen
6d600965f4 some typos 2021-09-13 08:58:14 -06:00
sotrh
316c429d2f
Merge pull request #228 from VillSnow/patch-1
fix type name Camera to CameraUniform
2021-09-12 11:35:44 -06:00
Ben Hansen
76d667cd2e news for 0.10 2021-09-12 11:30:30 -06:00
Ben Hansen
5ddd876d4f Merge branch '0.10' 2021-09-11 15:35:21 -06:00
Ben Hansen
833d18ff05 explaining why imgui-demo and pong are still broken 2021-09-11 15:34:26 -06:00
Ben Hansen
fd589adbe1 finished code migration 2021-09-11 15:14:31 -06:00
Ben Hansen
88df0ff823 migrated intermediate tutorials 2021-09-11 11:23:07 -06:00
Ben Hansen
7c90669f89 migrated beginner tutorials 2021-09-11 11:11:30 -06:00
Ben Hansen
358ecb55af migrate tutorial5 docs 2021-09-11 10:42:13 -06:00
Ben Hansen
c0754f9dd3 migrated tutorial5 2021-09-11 10:37:05 -06:00
Ben Hansen
57d7eb763f migrated tutorial4 2021-09-11 10:19:15 -06:00
Ben Hansen
0f618a2ff8 migrated tutorial3 2021-09-11 10:10:18 -06:00
Ben Hansen
012dff0de0 renamed tutorial2 2021-09-11 09:40:47 -06:00
Ben Hansen
b322b8f6b8 reworked swapchain tutorial to use surface 2021-09-11 09:34:13 -06:00
VillSnow
d13ba88020 fix type name Camera to CameraUniform 2021-09-09 18:46:43 +09:00
Ben Hansen
30c5693fb9 no more validation errors 2021-09-07 17:17:08 -06:00
Ben Hansen
2c3e2be256 changing getting surface texture to use intermediate variable 2021-09-04 17:42:09 -06:00
sotrh
f64edebffa
Merge pull request #225 from Onirik79/patch-1
minor typo
2021-09-01 19:12:14 -06:00
Ben Hansen
d47d986542 testing on master 2021-08-28 16:40:52 -06:00
Ben Hansen
822f2d6191 started 0.10 2021-08-28 16:11:33 -06:00
Ben Hansen
806d5aa8af some notes on pbr 2021-08-28 12:04:03 -06:00
Onirik79
cd5c440cc1
minor typo 2021-08-28 17:05:46 +02:00
sotrh
460e47f603
Merge pull request #224 from SuperSamus/master
Renamed "uniforms" to "camera_uniform" and "light" to "light_uniform"
2021-08-26 16:30:21 -06:00
Martino Fontana
372082ae90 Rename "Uniform" to "Camera" in labels too 2021-08-27 00:07:50 +02:00
Martino Fontana
463b6117eb Renamed "light" to "light_uniform" 2021-08-26 21:34:21 +02:00
Martino Fontana
b2b77294f6 Change "uniform" naming to "camera" 2021-08-26 21:09:51 +02:00
sotrh
dc2fb23f76
Merge pull request #223 from rekka/fix-location-syntax
Fix location syntax (GLSL -> WGSL)
2021-08-26 09:38:06 -06:00
Norbert Pozar
f467e54f7a Fix location syntax (GLSL -> WGSL)
Also outdated `VertexFormat` variants.
2021-08-26 08:44:19 +09:00
sotrh
7f8913929c
Merge pull request #219 from sotrh/dependabot/npm_and_yarn/url-parse-1.5.3
Bump url-parse from 1.5.1 to 1.5.3
2021-08-16 09:40:47 -06:00
sotrh
ed186bf229
Merge pull request #215 from rokonio/patch-3
Another tiny fix
2021-08-16 09:40:36 -06:00