Connor Fitzgerald
b71c420f7a
Implement extensions interface as described in wgpu#691
2020-06-08 01:20:00 -04:00
Connor Fitzgerald
cf9d9d6656
Rustify the example's use of Extensions and SamplerDescriptor
2020-06-02 21:44:07 -04:00
Connor Fitzgerald
c4819ccf7d
Add Extension/Limit interface
2020-06-01 13:08:56 -04:00
AlphaModder
91d46ecc2b
Rename SwapChain::get_next_texture to SwapChain::get_next_frame, and have it return errors to the user.
2020-05-30 18:41:31 -07:00
Dzmitry Malyshau
686b4f71a6
Update wgpu and use write_texture
2020-05-26 10:10:32 -04:00
Dzmitry Malyshau
28c826182f
Update wgpu and use write_buffer in the examples
2020-05-14 10:12:47 -04:00
Paul Kernfeld
1172a186b1
Add Buffer.slice fn for #199
...
This fn is used for set_index_buffer, set_vertex_buffer, and
BindingResource
2020-05-10 17:37:19 -04:00
Dzmitry Malyshau
4413c4648d
Update for wgpu-core
2020-04-30 15:52:16 -04:00
Chinedu Francis Nwafili
309cc1cedd
Add screenshots of examples
...
When looking into wgpu-rs as a replacement for WebGL I went to the
examples directory on GitHub to browse for a bit.
I wanted to see some of the examples at a glance without needing to
clone the repository.
This commit enables that by adding a README to each example with a
description of the example and screenshots / example output.
In a few cases the description is a bit redundant - but my hope is that
in the future we can improve all the READMEs.
Being a web API and thus very accessible, WebGPU could end up being many
people's first introduction to graphics programming so the lower we make
the barrier the better.
2020-04-26 18:59:48 -02:30
Joshua Groves
2829bd3f00
Get skybox working
2020-04-18 01:04:28 -02:30
StarToaster
40a19ebe66
Removed zerocopy and replaced it with bytemuck.
2020-04-17 10:07:24 -04:00
Dzmitry Malyshau
1678a267cb
Update wgpu for texture descriptor changes
2020-04-14 01:13:47 -04:00
Hackpoetic
a6e81dc703
cargo fmt the code and tweak format rules
2020-04-10 22:56:24 -04:00
Joshua Groves
31e80d99b3
Update to latest wgpu
2020-03-30 07:58:06 -04:00
aloucks
d91b78bdfb
Add VertexStateDescriptor ( #221 )
...
The vertex state properties are now bundled in the VertexStateDescriptor
which matches the spec.
Fixes #220
2020-03-28 10:45:18 -04:00
Aaron Loucks
277505e9c9
Update WGPU deps to rev 08e8d406c1
2020-03-20 21:48:25 -04:00
Dzmitry Malyshau
d842432d17
Update for the latest spec changes
2020-03-15 11:25:06 -04:00
Dzmitry Malyshau
8f083e54c5
Update to latest wgpu c293d6dcea
2020-01-02 01:21:08 -05:00
Jacob Greenfield
68c81df381
Update examples and tests
2019-11-21 20:35:16 -05:00
Jacob Greenfield
88e8269182
cargo fmt
2019-11-21 00:20:28 -05:00
Dzmitry Malyshau
3609e52bfd
Fix generic bounds on buffer mapping
2019-11-20 21:25:46 -05:00
m4b
547c5eddda
skybox: log::debug and make rotation slower
2019-11-03 16:19:43 -08:00
m4b
3972daf1fb
examples: add skybox example, fixes #93
...
* Adds new skybox example for demonstrating cubemap uses
* Adds .png files for skybox
* Adds skybox vert and frag shaders
2019-11-02 19:42:25 -07:00