Skip to content

Commit d25a2ba

Browse files
committed
Update README and bump version
1 parent 8d55e8f commit d25a2ba

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phobos"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Fast, powerful Vulkan abstraction library"

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ If you are simply looking for a safe, low-level wrapper around Vulkan, Vulkano i
2525
- Automatic memory barriers for buffers.
2626
- Virtual resources, meaning actual resources are only bound to a graph at record time. This allows general-purpose graphs to be re-used if desired.
2727
- Safe wrappers for Vulkan objects.
28-
- Automatic descriptor set management.
29-
- Automatic pipeline and pipeline layout management.
30-
- Shader reflection to make binding descriptors easy.
28+
- Descriptor sets are completely hidden. Simply bind resources directly to the command buffer.
29+
- Automatic pipeline management.
30+
- Shader reflection to automatically generate pipeline layouts.
31+
- Automatic double buffering of resources that need it.
3132
- A linear allocator for per-frame allocations like uniform buffers.
3233
- Typed command buffers per queue type.
3334
- Automatically thread safe command buffer recording.
@@ -119,7 +120,5 @@ Visit the [docs.rs](https://docs.rs/phobos/latest) page, or open an issue.
119120

120121
## Planned features
121122

122-
- Compute shader support
123123
- Raytracing support
124-
- Automatic semaphore synchronization
125124
- Expose more Vulkan API features.

0 commit comments

Comments
 (0)