Skip to content

Commit 951641d

Browse files
bors[bot]kvark
andauthored
Merge #373
373: Release preparations for 0.4 r=kvark a=kvark Co-authored-by: Dzmitry Malyshau <[email protected]>
2 parents c33b1e8 + 9ffcbe5 commit 951641d

File tree

4 files changed

+82
-134
lines changed

4 files changed

+82
-134
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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+
313
## v0.3.3 (22-08-2019)
414
- fixed instance creation on Windows
515

@@ -15,7 +25,7 @@
1525
- type-system-assisted deadlock prevention (for locking internal structures)
1626
- texture sub-resource tracking
1727
- `raw-window-handle` integration instead of `winit`
18-
- multisampling
28+
- multisampling with an example
1929
- indirect draws and dispatches
2030
- stencil masks and reference values
2131
- native "compute" example

0 commit comments

Comments
 (0)