Benjamin Hansen
7227f8d169
changes for 0.15
2023-01-30 11:09:26 -07:00
Benjamin Hansen
a9230e981e
upgraded dependencies
2023-01-14 12:43:55 -07:00
Benjamin Hansen
3fde56d264
fixes #429
2022-12-28 14:35:17 -07:00
sotrh
b15873c392
Merge pull request #412 from Baguettifer/master
...
changed hexagon to pentagon
2022-10-20 10:10:09 -06:00
Ben Hansen
3f99b965a9
migrated to 0.14
2022-10-20 10:07:03 -06:00
Baguettifer
ce34941f31
changed hexagon to pentagon
2022-10-14 14:57:34 +11:00
Jinlei Li
63f790e633
Fix the descriptions of mag_filter
and min_filter
fields
2022-09-02 18:48:20 +08:00
loui
777bf0f0bd
Fixing broken link to pipeline section
2022-07-22 13:25:49 +10:00
Ben Hansen
a2a1d69133
migrated to 0.13
2022-07-01 17:00:19 -06:00
Lining Pan
6b2647cacb
fix: typo in write_texture
...
missing reference
2022-05-28 18:37:07 -04:00
Narcha
e589b5d442
Remove incorrect .unwrap()
2022-05-28 16:17:54 +02:00
disdamoe
03e905cc4d
Fixed accidental indentation change
2022-04-17 21:08:44 +03:00
disdamoe
33bd66e368
docs for tutorials 1-9: typos, references to main.rs
supposed to be to lib.rs
, and readability changes
2022-04-17 19:35:45 +03:00
Ben Hansen
8bbdb09c67
fixes #278
2022-04-14 16:20:11 -06:00
Ben Hansen
3541cdb76b
fixes #333
2022-04-10 11:43:44 -06:00
Ben Hansen
ef6ec265d8
Merge branch 'master' into web2
2022-03-25 17:54:37 -06:00
Ben Hansen
b8b8444030
fixing some readme files and migrating the lighting code
2022-02-18 14:22:14 -07:00
Ben Hansen
6324e485f1
tutorials 1-9 now work with wasm
2022-02-18 13:36:21 -07:00
Rokonio
2b9e09d19d
Fix a typo
2022-02-15 23:36:54 +01:00
Ben Hansen
2bb9be1660
tutorials 2-8 now have working web examples
2022-01-25 19:54:21 -07:00
Ben Hansen
1e5a88fbee
fixes #289
2022-01-25 19:54:19 -07:00
rhysd
c81dfd34ba
fix wgpu::SamplerBindingType
is now parameter of wgpu::BindingType::Sampler
2022-01-04 20:38:35 +09:00
Ben Hansen
ef72161771
Merge branch 'master' of github.com:sotrh/learn-wgpu
2021-12-29 11:22:45 -07:00
Ben Hansen
2073b0fbc1
updated to 0.12
2021-12-27 12:09:25 -07:00
Niklas Eicker
064a0a5efd
Some small fixes for beginner tutorials 1 to 5
2021-12-18 17:18:21 +01:00
Josh015
110743247f
Whoops
2021-11-25 20:03:08 -05:00
Josh015
a90a168280
Fixed flipped tex_coords in tutorial5-textures
2021-11-25 20:01:47 -05:00
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)
2021-11-07 20:00:29 +01:00
sotrh
75948417e7
Merge pull request #257 from FrankenApps/shader-entrypoints
...
Name shader entry points differently.
2021-11-05 11:22:03 -06:00
Ferdinand Schäffler
bd46bdb243
Converted docs.
2021-10-27 13:17:40 +02:00
Pmimo
d26d61e4be
Update link to 0.11 docs.rs
2021-10-26 00:53:11 +02:00
Ben Hansen
7cc67f5678
migrated to 0.11
2021-10-08 18:40:29 -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
Adrian Hornung
6654cae15b
Fixed issue with code example was not ported to 0.10.x
2021-09-17 18:27:32 +02:00
Ben Hansen
5ddd876d4f
Merge branch '0.10'
2021-09-11 15:35:21 -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
822f2d6191
started 0.10
2021-08-28 16:11:33 -06:00
Onirik79
cd5c440cc1
minor typo
2021-08-28 17:05:46 +02:00
Martino Fontana
2941cf7cd9
Updated dependencies where I can just change the number (not "tobj" and "gif") ("compute" can't start a trace) (didn't touch "pong" and "imgui-demo")
2021-08-04 16:25:23 +02:00
Martino Fontana
2c811f43a4
Truncated excessive float precision
2021-08-04 14:58:23 +02:00
Ben Hansen
12c7ba6de8
fixed #182
2021-07-20 17:48:23 -06:00
Ben Hansen
87c6fa9971
fixed #158
2021-07-20 17:25:47 -06:00
Joshua Barretto
12ba9bed0c
Switched to pollster
2021-07-14 13:26:05 +01:00
Ben Hansen
0813fd03a4
Merge branch 'master' into 0.9
2021-06-28 09:24:39 -06:00
Rokonio
0f63cee02e
Update README.md
...
When the vertex class is updated, the `bytemuck`s trait were missing
2021-06-26 14:47:59 +02:00
Ben Hansen
b5ce220c2b
upgraded to 0.9
2021-06-19 16:31:49 -06:00
Aevyrie
5cd42e231c
Missing qualifier
2021-06-06 10:32:38 -07:00