Skip to content

Commit

Permalink
Update README and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Mar 26, 2023
1 parent 8d55e8f commit d25a2ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phobos"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
license = "Apache-2.0"
description = "Fast, powerful Vulkan abstraction library"
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ If you are simply looking for a safe, low-level wrapper around Vulkan, Vulkano i
- Automatic memory barriers for buffers.
- 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.
- Safe wrappers for Vulkan objects.
- Automatic descriptor set management.
- Automatic pipeline and pipeline layout management.
- Shader reflection to make binding descriptors easy.
- Descriptor sets are completely hidden. Simply bind resources directly to the command buffer.
- Automatic pipeline management.
- Shader reflection to automatically generate pipeline layouts.
- Automatic double buffering of resources that need it.
- A linear allocator for per-frame allocations like uniform buffers.
- Typed command buffers per queue type.
- Automatically thread safe command buffer recording.
Expand Down Expand Up @@ -119,7 +120,5 @@ Visit the [docs.rs](https://docs.rs/phobos/latest) page, or open an issue.

## Planned features

- Compute shader support
- Raytracing support
- Automatic semaphore synchronization
- Expose more Vulkan API features.

0 comments on commit d25a2ba

Please sign in to comment.