Releases: Hydle-Research-Group/yourgpu
Releases · Hydle-Research-Group/yourgpu
Release list
v0.2.2
v0.2.1
What's New
- Updated documentation for
Context::compute_program
v0.2.0
What's New
- Add compute shader support with
Context::compute_programandContext::computemethods RenderPass::set_uniformrenamed toRenderPass::set_bufferallowing different buffers to be written toBindingBuilder::storagemethod for describing storage buffer bindings- Safer pipeline caching to avoid collisions and undefined behavior
- Update docs for
Context
v0.1.1
What's New
- Update documentation for
ContextandProgram - Fix
Context::storage_buffercreating a read-only buffer - Better error handling in
Context::write_buffer
Full Changelog: v0.1.0...v0.1.1
v0.1.0
This is the first release of yourgpu - a modern, simple, and fast graphics API for Rust.