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 |
|
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 |
|
dependabot[bot]
|
649893a6f8
|
Bump url-parse from 1.5.1 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-15 17:04:00 +00:00 |
|
sotrh
|
0a361732b1
|
Merge pull request #196 from sotrh/dependabot/npm_and_yarn/color-string-1.5.5
Bump color-string from 1.5.3 to 1.5.5
|
2021-08-15 11:02:48 -06:00 |
|
sotrh
|
7faec5cb4d
|
Merge pull request #198 from sotrh/dependabot/npm_and_yarn/prismjs-1.24.0
Bump prismjs from 1.23.0 to 1.24.0
|
2021-08-15 11:02:37 -06:00 |
|
Ben Hansen
|
8c887605df
|
update patron list
|
2021-08-15 10:52:25 -06:00 |
|
Ben Hansen
|
70bf012641
|
fixed tangent/bitangent comp and cargo fmt
|
2021-08-15 10:44:57 -06:00 |
|
sotrh
|
3d1699a172
|
Merge pull request #218 from stoneG/patch-1
Typo: your -> you'll
|
2021-08-13 16:58:40 -06:00 |
|
Sitong Peng
|
4211abcc12
|
your -> you'll
|
2021-08-12 16:50:52 -07:00 |
|