We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c33b1e8 + 9ffcbe5 commit 951641dCopy full SHA for 951641d
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## v0.4 (03-11-2019)
4
+ - Platforms: removed OpenGL/WebGL support temporarily
5
+ - Features:
6
+ - based on gfx-hal-0.4 with the new swapchain model
7
+ - exposing adapters from all available backends on a system
8
+ - tracking of samplers
9
+ - cube map support with an example
10
+ - Validation:
11
+ - buffer and texture usage
12
+
13
## v0.3.3 (22-08-2019)
14
- fixed instance creation on Windows
15
@@ -15,7 +25,7 @@
25
- type-system-assisted deadlock prevention (for locking internal structures)
16
26
- texture sub-resource tracking
17
27
- `raw-window-handle` integration instead of `winit`
18
- - multisampling
28
+ - multisampling with an example
19
29
- indirect draws and dispatches
20
30
- stencil masks and reference values
21
31
- native "compute" example
0 commit comments