mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[rs] Mipmap screenshot
This commit is contained in:
@@ -7,9 +7,8 @@ This is an idiomatic Rust wrapper over [wgpu-native](https://github.com/gfx-rs/w
|
||||
|
||||
## Gallery
|
||||
|
||||
 
|
||||
 
|
||||

|
||||
  
|
||||
  
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -20,3 +19,10 @@ The library requires one of the following features enabled in order to run any o
|
||||
- "dx11"
|
||||
|
||||
These examples assume that necessary dependencies for the graphics backend are already installed. For more information about installation and usage, refer to the [Getting Started](https://github.com/gfx-rs/gfx/blob/master/info/getting_started.md) gfx-rs guide.
|
||||
|
||||
## Friends
|
||||
|
||||
Shout out to the following projects that work best with wgpu-rs:
|
||||
- [wgpu_glyph](https://github.com/hecrj/wgpu_glyph) - for your text-y rendering needs
|
||||
- [coffee](https://github.com/hecrj/coffee) - a whole 2D engine
|
||||
- [imgui-wgpu](https://github.com/unconed/imgui-wgpu-rs) - Dear ImGui interfacing
|
||||
|
||||
BIN
wgpu/etc/example-mipmap.png
Normal file
BIN
wgpu/etc/example-mipmap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
@@ -426,5 +426,5 @@ impl framework::Example for Example {
|
||||
}
|
||||
|
||||
fn main() {
|
||||
framework::run::<Example>("cube");
|
||||
framework::run::<Example>("mipmap");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user