Skip to content

Commit 94424e2

Browse files
committed
Support buffers and textures
- Initial support for buffers and textures. - Cube example: - Updating the uniform buffer for projection matrix. - Loading textures and buffer init. - Mouse interaction via SDL2.
1 parent 547539c commit 94424e2

22 files changed

+2323
-121
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ windowing systems.
2121

2222
To get started, please read the [Getting Started](GettingStarted.md)
2323
instructions.
24+
25+
![cube demo](cube-demo.png)
26+

cube-demo.png

639 KB
Loading

wgpu-hs/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for wgpu-hs
22

3+
## 0.4.0.0 -- 2021-09-10
4+
5+
- Add `cube `example.
6+
- Initial support for buffers and textures.
7+
38
## 0.3.0.0 -- 2021-08-30
49

510
- Add Classy interface - supply parameters from `ReaderT`.

0 commit comments

Comments
 (0)