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
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
372082ae90
Rename "Uniform" to "Camera" in labels too
2021-08-27 00:07:50 +02:00
Martino Fontana
b2b77294f6
Change "uniform" naming to "camera"
2021-08-26 21:09:51 +02:00
Norbert Pozar
f467e54f7a
Fix location syntax (GLSL -> WGSL)
...
Also outdated `VertexFormat` variants.
2021-08-26 08:44:19 +09:00
sotrh
ed186bf229
Merge pull request #215 from rokonio/patch-3
...
Another tiny fix
2021-08-16 09:40:36 -06:00
sotrh
0b1adb463f
Merge pull request #217 from rokonio/patch-4
...
Fix on vert_attr_array
2021-08-16 09:40:03 -06:00
sotrh
59bc306c32
Merge pull request #214 from rokonio/patch-2
...
Found a typo
2021-08-16 09:39:39 -06:00
Sitong Peng
4211abcc12
your -> you'll
2021-08-12 16:50:52 -07:00
Rokonio
aa5856fa91
Fix on vert_attr_array
2021-08-11 22:20:30 +02:00
Rokonio
aadd2e67b6
Another tiny fix
2021-08-10 22:00:07 +02:00
Rokonio
ab78dcf7a7
Found a typo
2021-08-10 21:57:07 +02:00
sotrh
1030f47529
Merge pull request #212 from rokonio/master
...
Fixing #200
2021-08-09 16:20:36 -06:00
sotrh
5a51bf47f9
Merge pull request #210 from SuperSamus/master
...
Miscellaneous improvements
2021-08-09 14:58:23 -06:00
Ben Hansen
58eca592c1
fixed #202
2021-08-09 14:51:54 -06:00
Rokonio
1c26da1757
Fixing #200
2021-08-09 00:24:18 +02:00
Epacnoss
d9e6c4a326
Change Float3 to Float32
2021-08-07 22:29:18 +01: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
c55ea96d0d
Removed unnecessary .clone()
2021-08-04 15:13:08 +02:00
Martino Fontana
467cec5367
Removed unnecessary borrows
2021-08-04 15:06:53 +02:00
Martino Fontana
2c811f43a4
Truncated excessive float precision
2021-08-04 14:58:23 +02:00
Martino Fontana
c80b5a9ae2
Collapsed event_loop match
2021-08-04 14:17:21 +02:00
Martino Fontana
b5af53b272
Simplify DrawModel and DrawLight lifetimes
2021-08-04 13:20:15 +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
Ben Hansen
c22808f17a
fixed #162
2021-06-19 15:27:55 -06:00
Gwenhwyfar Hartshaw
55c9a7f44c
Add missing fields in PrimitiveState
...
The render pipeline page was missing the `clamp_depth` and `conservative` fields of the `wgpu::PrimitiveState` struct, added with wgpu 0.8. These were correct in the full code, but not the snippets in the doc.
2021-06-18 13:59:09 -04:00
Ben Hansen
5f77f40ec1
fixes #191
2021-06-16 19:14:00 -06:00
Aevyrie
2eeffbb84a
Rename RenderPassDepthStencilAttachmentDescriptor
...
Rename RenderPassDepthStencilAttachmentDescriptor -> RenderPassDepthStencilAttachment
See: https://docs.rs/wgpu/0.8.1/wgpu/struct.RenderPassDepthStencilAttachment.html
2021-06-08 00:19:51 -07:00
Aevyrie
e16efae327
Remove clamp_depth from DepthStencilState
...
clamp_depth no longer exists on DepthStencilState, and is instead only on PrimitiveState.
2021-06-08 00:01:59 -07:00
sotrh
0585ca5ca5
Merge pull request #188 from aevyrie/patch-2
...
wgpu 0.8 corrections
2021-06-07 17:24:47 -06:00
Aevyrie
5cd42e231c
Missing qualifier
2021-06-06 10:32:38 -07:00
Aevyrie
adc729747b
Fix grammatical error
2021-06-06 10:30:46 -07:00
Aevyrie
c9003caa9f
ImageDataLayout change
2021-06-06 01:40:12 -07:00
Aevyrie
b8853689fe
wgpu 0.8 BlendState change
2021-06-05 23:52:02 -07:00
Aevyrie
382f12383e
Update README.md
...
Small typo.
2021-06-05 21:09:10 -07:00
sotrh
dd7d48929f
Merge pull request #181 from al-tameemi/e6029cb
...
Updated the use of RenderPassColorAttachmentDescriptor to RenderPassColorAttachment
2021-06-01 11:57:27 -06:00
Hugo Woodiwiss
67c9246b2f
Updated tutorial to work with tobj 3.0.x
2021-06-01 14:19:32 +01:00
Mohammed Al-Tameemi
17ca6e5a3e
Updated to the new color attachment method
2021-05-25 20:21:56 -04:00
nyx
7755e16a4b
Changed wgpu version in example
...
Removed shaderc from example
2021-05-25 13:56:38 +02:00
Ben Hansen
2dd8d7bf82
fixes #176
2021-05-24 14:45:15 -06:00
Ben Hansen
de57cdf4ea
fixes #173
2021-05-24 14:23:53 -06:00
Ben Hansen
b160f28d48
tutorials 6-9 migrated
2021-05-20 17:53:47 -06:00
Ben Hansen
f1c7536668
migrated tutorial 4 and 5
2021-05-18 20:38:15 -06:00
Ben Hansen
68b563b8e6
updated tutorial3-pipeline docs
2021-05-18 20:28:08 -06:00
Ben Hansen
8e6e6e7092
fixed #174
2021-05-17 21:15:25 -06:00
Ben Hansen
f3ebc0e666
fixed panic in tutorials 3 and 4
2021-05-01 18:10:01 -06:00
Ben Hansen
46eb5eb139
code now builds on 0.8
2021-05-01 15:55:26 -06:00
sotrh
d8a861b515
Merge branch 'master' into cgmath-0.18
2021-04-18 19:36:12 -06:00
sotrh
c5c3e907c7
Merge pull request #163 from segalll/master
...
Fix typos in beginner window tutorial
2021-04-18 19:33:45 -06:00
Hiroaki Yutani
24f565ee58
Update winit to 0.24
2021-04-16 00:28:55 +09:00
Henry Segal
18dff8f171
Fix typos
2021-04-14 20:56:28 -05:00
Hiroaki Yutani
1bb374c89e
docs
2021-04-11 17:09:10 +09:00
Hiroaki Yutani
7293547212
Bump cgmath version
2021-04-11 16:38:53 +09:00
Sergii Penner
597c37b8b1
Fix typo
...
Fixed typo 'upc close' -> 'up close'.
2021-04-02 20:10:18 -06:00
sotrh
674312d3b2
Merge pull request #147 from yutannihilation/tutorial1-use
...
use winit:🪟 :Window
2021-03-29 09:02:09 -06:00
sotrh
d5ab40ade1
Merge pull request #151 from vigdail/patch-1
...
Tutorial 9. Texture::load() return type fix
2021-03-29 09:00:36 -06:00
sotrh
220366adcc
Merge pull request #152 from pop/edits/misc-typos
...
Misc typo and code fixes.
2021-03-29 08:59:30 -06:00
Chris
0926c253e5
Rename OUTPUT_ATTACHMENT to RENDER_ATTACHMENT
2021-03-27 11:59:08 +01:00
Elijah C. Voigt
bcc79b5e41
Misc typo and code fixes.
...
009: impl Vertex for ModelVertex was using the vertex_attr_array! macro.
009: RenderPipelineDescriptor has a `vertex` member not `vertex_state`.
009: to_rgba() should be to_rgba8(), to_rgba is set to be deprecated.
010: BindGroupDescriptor has a `entries` member not `bindings`.
010: Remove re-declaration of mat4 model_matrix;
010: Prefer hard-coded [#.#; #] instead of `Foo::fn().into()`.
010: Clarify which shader frag/vert file changes are in.
011: Change Model::load return type to Result<Self>.
011: TextureDescriptor does not have a array_layer_count member.
012: Add .into() to calls in Uniforms::update_view_proj().
012: Dereference delta variable in State::input().
013: Add more changed lines to Model::load to avoid compiler yelling.
2021-03-26 09:46:37 -07:00
vigdail
9f254cc794
Tutorial 9. Texture::load() return type fix
2021-03-24 16:07:31 +00:00
Hiroaki Yutani
f0f1ec0e12
Fix module path
2021-03-22 08:19:24 +09:00
Hiroaki Yutani
e5bea6e29f
Move comment
2021-03-22 08:17:21 +09:00
sotrh
195945083b
Merge pull request #149 from yutannihilation/patch-7
...
Minor fixes on tutorial 6
2021-03-21 16:26:16 -06:00
Hiroaki Yutani
b09302f23e
Remove & from set_vertex_buffer()
2021-03-21 23:01:00 +09:00
Hiroaki Yutani
0da538190a
Minor fixes on tutorial 6
2021-03-21 19:06:48 +09:00
Hiroaki Yutani
a13c43f6b2
use winit::Window;
2021-03-20 22:45:14 +09:00
Raphael Van Hoffelen
1699be127d
Fixed spelling mistake
2021-03-15 23:29:14 -04:00
Linden Krouse
f6f6fa29c4
Fixed some spelling and grammar errors
2021-03-08 17:28:27 -05:00
sotrh
a86a0cc7dc
Merge pull request #138 from dakizu/patch-1
...
Fix a broken link
2021-03-03 10:21:47 -07:00
[redacted]
3bd1534016
Fix a broken link
...
Existing link wasn't pointing to normals page.
2021-02-27 20:49:24 -08:00
Ben Hansen
e3592e2809
migrated docs for tutorials 4-9
2021-02-18 21:30:18 -07:00
Ben Hansen
e7318530d4
migrated docs for tutorials 1-3 and cargo fmt
2021-02-18 20:56:47 -07:00
Ben Hansen
b4dd4654e4
intermediate tutorial code migrated
2021-02-13 01:30:42 -07:00
Ben Hansen
3901419a58
beginner tutorial code done
2021-02-12 00:18:27 -07:00
Ben Hansen
91879d405b
code up to 7 migrated
2021-02-11 23:29:40 -07:00
Ben Hansen
47fd27669e
migrated tutorials 1 and 2
2021-02-07 12:17:22 -07:00
Aleksey Halahan
ad0515bdfb
Fix a type in the code example
...
Was missing the `slice` method
2021-01-29 00:02:16 +01:00
Ben Hansen
19c99e28d0
Merge branch 'master' of https://github.com/sotrh/learn-wgpu
2021-01-26 02:03:31 -07:00
Ben Hansen
1f9024691c
shaderc 1.6 -> 0.7
2021-01-26 02:02:50 -07:00
Fisher Darling
5547528cf0
Fixed small typo in beginner/tutorial8-depth
2021-01-21 19:14:01 +00:00
Renato Caldas
d44f216b14
Fix inconsistent position of the 'size' field in the beginner tutorials
2021-01-15 19:31:51 +00:00
Renato Caldas
e61b939889
Remove stray field 'colour' from State
2021-01-15 19:12:44 +00:00
Renato Caldas
67635a5fad
Fix typos in beginner tutorial 4
2021-01-15 18:42:34 +00:00
paq
6302a2372c
Fix syntax error in tutorial 6
2021-01-03 15:58:12 +09:00
DevJac
468807e8a3
Link to Cargo Book for more info about build scripts
2020-12-31 19:22:54 -07:00
Ben Hansen
733683cf6f
removed camera research
2020-12-21 13:33:42 -07:00
Ben Hansen
99fd6523d7
travis build failing
2020-12-20 21:05:18 -07:00
sotrh
7b1a81ccfe
Merge pull request #123 from kanerogers/patch-4
...
Clarify changes to State struct
2020-11-23 23:37:16 -07:00
sotrh
68e06ea4a4
Merge pull request #125 from dannyfritz/patch-1
...
Texture: BufferInitDescriptor fields.
2020-11-23 23:36:09 -07:00
sotrh
039d840698
Merge pull request #124 from kanerogers/patch-6
...
Cleanup Textures tutorial
2020-11-23 16:06:01 -07:00
Danny Fritz
4cd5491921
Texture: BufferInitDescriptor fields.
2020-11-22 08:43:15 -07:00
Kane Rogers
21e455c668
Update to reflect sorth's suggestions
...
- Add `diffuse_texture` to `texture::Texture` in `State` at the end of the tutorial.
2020-11-22 21:08:34 +11:00
Kane Rogers
6b2a8c8dcc
Additional changes to Texture
...
1. The fields ` diffuse_texture`, `diffuse_texture_view` and `diffuse_sampler` are not used on `State` in this tutorial and should therefore not be added, so as not to unnecessarily confuse the reader.
2. The `anyhow` crate must be added to `Cargo.toml` in order for `texture.rs` to work.
2020-11-20 19:44:10 +11:00
Kane Rogers
fbe39fc0e4
Cleanup Textures tutorial
...
I have broadly made two sets of changes:
1. General prose cleanup (eg. correcting minor syntax errors, rewriting some sentences to make them more clear)
2. Code consistency (eg. not making use of the `texture` wrapper until it is defined at the end of the page.
2020-11-20 19:14:27 +11:00
Ben Hansen
e462670b72
migrated docs for tutorial7
2020-11-18 11:47:13 -07:00
Ben Hansen
c770e1860f
fixed code for #116
2020-11-18 10:48:28 -07:00
Kane Rogers
b93a57d9b3
Clarify changes to State struct
...
Not a big one, just being explicit where the fields need to be updated on the struct.
2020-11-18 00:04:10 +11:00
Ben Hansen
aa8f9f269d
fixed #119
2020-11-14 20:07:40 -07:00
Ben Hansen
0620f0b05d
migrated ModelVertex to use bytemuck derive
2020-11-14 14:57:39 -07:00
Ben Hansen
0ccb80e7e3
updated Uniforms struct to use bytemuck derive
2020-11-12 19:28:53 -07:00
Ben Hansen
5abaa16ac1
updated bytemuck to use derive as per #109
2020-11-11 16:06:53 -07:00
Ben Hansen
8ad575f750
finished #121
2020-11-11 15:41:06 -07:00
Samuel Hurel
936082fafc
Minor changes
2020-10-31 12:34:24 +01:00
sotrh
8f5215963a
Merge pull request #113 from pudnax/link_typo
...
Fixed the link to zip file
2020-10-21 17:09:21 -06:00
Alex Komissarov
c42e07bb7d
Clean probably missed stuff from '0.5 -> 0.6'
2020-10-21 01:52:11 +05:00
Alex Komissarov
e5a5d6d66c
Fixed the link to zip file
2020-10-21 01:34:06 +05:00
Ben Hansen
fb5c9fc8fe
fixes #111
2020-10-19 15:05:28 -06:00
Ben Hansen
6f29ba738b
fixes #108
2020-10-17 14:51:41 -06:00
sotrh
8e9ff17565
Merge pull request #103 from wozniak/patch-1
...
set_vertex_buffer doesn't expect a reference
2020-10-09 15:11:12 -06:00
sotrh
6fab63e809
Merge pull request #104 from kejor/tutorial5docs-missing-parameter-snippet
...
Add missing parameter on tutorial5 snippet
2020-10-09 15:10:47 -06:00
Kalle Huttunen
3396259576
Add note about the GLSL used
2020-10-09 21:35:34 +03:00
kejor
5572e36e0c
Adding missing parameter on tutorial5 snippet
...
Added parameter `&queue` to `texture::Texture::from_bytes` call.
2020-10-08 20:33:02 -05:00
matthew
64fa3c9017
more
2020-10-08 20:15:01 -04:00
matthew
6cb43e8e61
set_vertex_buffer doesn't expect a reference
2020-10-08 20:04:56 -04:00
Alan Kemp
909c2debfc
DeviceExt is now in a util namespace
2020-10-08 22:20:10 +01:00
Rubick
5a45a9c5ce
Merge branch 'master' into master
2020-10-06 20:08:45 +08:00
sotrh
4377ca102f
Merge pull request #98 from kanerogers/patch-1
...
Add `use` statement for DeviceExt
2020-10-05 21:28:01 -06:00
sotrh
c0e8174dbf
Merge pull request #99 from fraserli/master
...
Fix typos
2020-10-05 21:02:34 -06:00
sotrh
cb06098bec
Merge pull request #100 from kunalarya/patch-1
...
Minor copy editing of instancing docs.
2020-10-05 21:01:00 -06:00
Alec Goncharow
836b38d827
Update README.md
...
minor typo fix, streen -> screen
2020-10-04 23:43:46 -04:00
Alec Goncharow
944a568eb9
Update README.md
...
655828f88f
changed the name of the `vulkan` feature to `vulkan-portability`
2020-10-04 23:42:31 -04:00
kunalarya
a7083eecee
Minor copy editing of instancing docs.
...
Thanks for writing this tutorial! It's been a very helpful resource! I made some very minor edits -- feel free to reject any of them :)
2020-10-04 11:42:05 -07:00
Fraser Li
071f4b3f4f
Fix typos
2020-10-04 20:25:46 +11:00
Kane Rogers
5f89b92651
Add use
statement for DeviceExt
...
I tripped over this one while following along with the tutorial. I added a little link to extension traits as I'm aware the audience of this tutorial may not be familiar with them.
Please feel free to rewrite/throw out any of my copy as you see fit. 😄
Thanks again for this phenomenal tutorial!
2020-10-04 19:30:16 +11:00
Rubick
97df7faea8
fix typo
2020-09-30 16:31:37 +08:00
okaneco
468a425f78
Fix typos and update Beginner tutorials 2, 3
...
Tutorial 2 - Swapchain
- Update `get_next_texture` to `get_current_frame`
- Fix typos
Tutorial 3 - Pipeline
- Add updated fields to `PipelineLayout` creation
Fix typos in News
2020-09-28 12:17:49 -04:00
Ben Hansen
ad5cd8e12f
fixed #93
2020-09-27 22:52:35 -06:00
Ben Hansen
09fe8b9f91
added link to gifs showcase in tutorial5
2020-09-25 15:57:57 -06:00
Ben Hansen
4acb2d60c1
missed ops in tutorial2
2020-09-23 15:56:34 -06:00
Ben Hansen
9d15abf7ee
fixing issues in tutorial3 for #92
2020-09-23 15:38:01 -06:00
Ben Hansen
2ab37aa9b7
some fixes
2020-09-22 16:00:46 -06:00
lberrymage
fa418b2c60
Use std::iter::once for encoder queue submission
...
`std::iter::once` is more idiomatic for passing single-value iterators
than Some(value), and it's even intended for this case according to the
docs.
2020-09-19 22:17:36 -08:00
Ben Hansen
03b1b64e55
migrated tutorial10
2020-09-11 16:19:26 -06:00
Ben Hansen
a92dd32106
forgot a note about OUT_DIR
2020-09-11 16:11:11 -06:00
Ben Hansen
02921f7ffa
migrated tutorial9
2020-09-11 16:05:09 -06:00
Ben Hansen
7274f37019
migrated tutorial8
2020-09-10 20:50:51 -06:00
Ben Hansen
f1d43b9829
env_logger::init()
2020-09-09 20:48:08 -06:00
Ben Hansen
5e4324d0ce
env_logger
2020-09-08 00:42:52 -06:00
Ben Hansen
1e8a6ba0a5
migrated tutorial7
2020-09-05 16:45:52 -06:00
Ben Hansen
75d92c523c
migrated tutorial6
2020-09-05 15:54:07 -06:00
Ben Hansen
6827fb5572
migrated tutorial5
2020-09-05 13:46:15 -06:00
Ben Hansen
e9e325459d
using anyhow instead of failure
2020-08-29 15:22:06 -06:00
Ben Hansen
3f2607e663
forgot some stuff
2020-08-28 19:59:04 -06:00
Ben Hansen
0fbb71efb6
migrated tutorial4
2020-08-28 19:47:16 -06:00
Ben Hansen
08fa40dccc
changed tutorial3 to use build script and migrated doc to 0.6
2020-08-24 13:34:37 -06:00
Ben Hansen
50a6a7d7e6
migrated tutorial2
2020-08-22 14:53:07 -06:00
Ben Hansen
b3b43dbef2
migrated tutorial1 docs
2020-08-20 13:27:51 -06:00
sotrh
5d1935aec4
Merge branch 'master' into vertex-use-macro
2020-08-20 13:06:54 -06:00
Ben Hansen
3c4f8f9134
Merge branch 'master' into rework-instancing
2020-08-12 16:10:01 -06:00
Ben Hansen
a5c6b5ad48
finished instancing rewrite
2020-08-12 16:04:50 -06:00
Alex Butler
429fd81286
Minor typo fix "now" -> "know"
2020-08-03 16:52:17 +01:00
Alex Butler
a03a57bb60
Fix some easy-win lints
2020-08-03 11:44:46 +01:00
Alex Butler
541f83f228
Remove mut queue
usage in t5
2020-08-03 11:38:25 +01:00
Jan Prudil
36b44e4799
Don't use std::mem for one invocation
2020-07-30 17:36:10 +02:00
Jan Prudil
1dd4d8c694
Use vertex_attr_array
2020-07-30 17:28:46 +02:00
Jan Prudil
e4138f7973
Use vertex_attr_array
2020-07-30 17:23:33 +02:00
Jan Prudil
086c1b23c8
Use vertex_attr_array
2020-07-30 17:13:26 +02:00
Jan Prudil
4fd19939cf
Use vertex_attr_array
2020-07-30 17:10:50 +02:00
sotrh
5e9555d4f3
Merge pull request #72 from Gryff/master
...
Suggestion: Indent event loop code snippet in swapchain tutorial
2020-07-28 12:11:31 -06:00
sotrh
89fb9f8cf5
Merge pull request #73 from khionu/patch-1
...
Remove misleading section
2020-07-28 12:10:45 -06:00
Shane Handley
e20bbd7bbf
Fix typo related to trait for external type.
2020-07-28 23:26:31 +10:00
Khionu Sybiern
139d2cc04d
Update README.md
...
Keep `set_vertex_buffer` function to not mislead readers into replacing it instead of supplement it
2020-07-26 22:50:44 -05:00
Gryff
6ba776c01e
Fix typo
2020-07-26 21:49:30 +01:00
Gryff
bf20825d0d
Indent code snippet for event loop in swap chain tutorial
2020-07-26 21:48:37 +01:00
Alex G Rice
19c8c4a1e3
Clarify what the wgpu-rs's vulkan feature does on Mac OS and other platforms.
...
Closes #62
2020-07-06 17:26:38 -06:00
Ben Hansen
dfd96093e2
fixed #64
2020-07-01 18:51:09 -06:00
Ben Hansen
2ee06192ed
fixed #65
2020-07-01 18:23:06 -06:00
Ben Hansen
a1e5f474eb
fixed #67
2020-07-01 18:17:31 -06:00
Toniman20
29191eb76d
Fixed typo in beginner tutorial textures.
2020-06-27 15:17:31 +02:00
Cedric Hutchings
36363d73f4
Add an explanation of what entry_point means
...
... you have no idea how much trouble this caused me
2020-06-16 10:00:44 -04:00
sotrh
2eaf6a7ff0
Merge pull request #58 from yutannihilation/doc/add-description-about-img-to_rgba
...
Add a description about to_rgba()
2020-06-09 21:20:10 -06:00
Ben Hansen
4063cc49de
fixed #46
2020-06-09 21:18:45 -06:00
Hiroaki Yutani
760ff67cd8
Add a description about to_rgba()
2020-06-09 22:19:43 +09:00
sotrh
856624f190
Merge pull request #53 from yutannihilation/patch-3
...
Fix a missing namespace and pub keyword in tutorial8
2020-06-07 12:50:18 -06:00
sotrh
6b90b5f7ae
Merge pull request #54 from yutannihilation/patch-4
...
Fix a broken link and a missing argument in tutorial9
2020-06-07 12:49:49 -06:00
Hiroaki Yutani
55d47396a4
Fix a broken link and a missing argument in tutorial9
2020-06-07 17:07:43 +09:00
Hiroaki Yutani
2e1c9a0620
Fix a missing namespace and pub keyword in tutorial8
2020-06-07 14:48:20 +09:00
Hiroaki Yutani
08dc0ff221
Fix some typos in tutorial7-instancing
2020-06-07 12:59:28 +09:00
sotrh
f163d92107
Merge pull request #49 from cedric-h/patch-1
...
grammar fixes
2020-06-02 17:10:30 -06:00
Ben Hansen
8461147ca0
fixed #44 fixed $48
2020-06-01 13:01:12 -06:00
Cedric Hutchings
500d84058b
Merge branch 'master' into patch-1
2020-06-01 14:55:57 -04:00
sotrh
5cdce79ffd
Merge pull request #47 from yutannihilation/patch-2
...
Fix a broken link
2020-06-01 12:53:48 -06:00
Cedric Hutchings
6d79a960de
grammar fixes
...
I acknowledge that some of these are purely subjective, but the improper `'s` irks me, heh.
2020-06-01 14:42:52 -04:00
Mark Hildreth
bd84d92766
Fixed name of package
2020-05-31 11:24:54 -04:00
Hiroaki Yutani
6fd4bdeb4c
Fix a broken link
2020-05-31 22:30:20 +09:00
Mark Hildreth
f61585f85b
Some small fixes.
2020-05-30 00:08:52 -04:00
Ben Hansen
6ffa5c044c
fixed #40
2020-05-28 13:57:07 -06:00