Skip to content

Commit

Permalink
[rs] Merge gfx-rs#920
Browse files Browse the repository at this point in the history
920: Bunnymark example r=grovesNL a=kvark



Co-authored-by: Dzmitry Malyshau <[email protected]>
  • Loading branch information
bors[bot] and kvark authored Jun 2, 2021
2 parents 9bdc65e + e98f362 commit 6566a6c
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 36 deletions.
70 changes: 35 additions & 35 deletions wgpu/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@ All the examples use [WGSL](https://gpuweb.github.io/gpuweb/wgsl.html) shaders u
All framework-based examples render to the window.

## Feature matrix
| Feature | boids | cube | mipmap | msaa-line | shadow | skybox | texture-arrays | water | conservative-raster |
| ---------------------------- | ------ | ------ | ------ | --------- | ------ | ------ | -------------- | ------ | ------------------- |
| vertex attributes | :star: | :star: | | :star: | :star: | :star: | :star: | :star: | |
| instancing | :star: | | | | | | | | |
| lines and points | | | | :star: | | | | | :star: |
| dynamic buffer offsets | | | | | :star: | | | | |
| implicit layout | | | :star: | | | | | | |
| sampled color textures | :star: | :star: | :star: | | | :star: | :star: | :star: | :star: |
| storage textures | :star: | | | | | | | | |
| binding array | | | | | | | :star: | | |
| comparison samplers | | | | | :star: | | | | |
| subresource views | | | :star: | | :star: | | | | |
| cubemaps | | | | | | :star: | | | |
| multisampling | | | | :star: | | | | | |
| off-screen rendering | | | | | :star: | | | :star: | :star: |
| stencil testing | | | | | | | | | |
| depth testing | | | | | :star: | :star: | | :star: | |
| depth biasing | | | | | :star: | | | | |
| read-only depth | | | | | | | | :star: | |
| blending | | :star: | | | | | | :star: | |
| render bundles | | | | :star: | | | | :star: | |
| compute passes | :star: | | | | | | | | |
| *optional extensions* | | | | | | | :star: | | |
| - SPIR-V shaders | | | | | | | :star: | | |
| - binding indexing | | | | | | | :star: | | |
| - push constants | | | | | | | :star: | | |
| - depth clamping | | | | | :star: | | | | |
| - compressed textures | | | | | | :star: | | | |
| - polygon mode | | :star: | | | | | | | |
| - queries | | | :star: | | | | | | |
| - conservative rasterization | | | | | | | | | :star: |
| *integrations* | | | | | | | | | |
| - staging belt | | | | | | | | | |
| - typed arena | | | | | | | | | |
| - obj loading | | | | | | :star: | | | |
| Feature | boids | bunnymark | cube | mipmap | msaa-line | shadow | skybox | texture-arrays | water | conservative-raster |
| ---------------------------- | ------ | --------- | ------ | ------ | --------- | ------ | ------ | -------------- | ------ | ------------------- |
| vertex attributes | :star: | | :star: | | :star: | :star: | :star: | :star: | :star: | |
| instancing | :star: | | | | | | | | | |
| lines and points | | | | | :star: | | | | | :star: |
| dynamic buffer offsets | | :star: | | | | :star: | | | | |
| implicit layout | | | | :star: | | | | | | |
| sampled color textures | :star: | :star: | :star: | :star: | | | :star: | :star: | :star: | :star: |
| storage textures | :star: | | | | | | | | | |
| binding array | | | | | | | | :star: | | |
| comparison samplers | | | | | | :star: | | | | |
| subresource views | | | | :star: | | :star: | | | | |
| cubemaps | | | | | | | :star: | | | |
| multisampling | | | | | :star: | | | | | |
| off-screen rendering | | | | | | :star: | | | :star: | :star: |
| stencil testing | | | | | | | | | | |
| depth testing | | | | | | :star: | :star: | | :star: | |
| depth biasing | | | | | | :star: | | | | |
| read-only depth | | | | | | | | | :star: | |
| blending | | :star: | :star: | | | | | | :star: | |
| render bundles | | | | | :star: | | | | :star: | |
| compute passes | :star: | | | | | | | | | |
| *optional extensions* | | | | | | | | :star: | | |
| - SPIR-V shaders | | | | | | | | :star: | | |
| - binding indexing | | | | | | | | :star: | | |
| - push constants | | | | | | | | :star: | | |
| - depth clamping | | | | | | :star: | | | | |
| - compressed textures | | | | | | | :star: | | | |
| - polygon mode | | | :star: | | | | | | | |
| - queries | | | | :star: | | | | | | |
| - conservative rasterization | | | | | | | | | | :star: |
| *integrations* | | | | | | | | | | |
| - staging belt | | | | | | | | | | |
| - typed arena | | | | | | | | | | |
| - obj loading | | | | | | | :star: | | | |

## Hacking

Expand Down
Loading

0 comments on commit 6566a6c

Please sign in to comment.