Skip to content

Releases: Hydle-Research-Group/yourgpu

v0.2.2

Choose a tag to compare

@ktechhydle ktechhydle released this 06 Jun 14:59

What's New

  • This repository is now owned and managed by Hydle Research Group
  • Update documentation and metadata

v0.2.1

Choose a tag to compare

@ktechhydle ktechhydle released this 23 Apr 19:34

What's New

  • Updated documentation for Context::compute_program

v0.2.0

Choose a tag to compare

@ktechhydle ktechhydle released this 21 Apr 21:41

What's New

  • Add compute shader support with Context::compute_program and Context::compute methods
  • RenderPass::set_uniform renamed to RenderPass::set_buffer allowing different buffers to be written to
  • BindingBuilder::storage method for describing storage buffer bindings
  • Safer pipeline caching to avoid collisions and undefined behavior
  • Update docs for Context

v0.1.1

Choose a tag to compare

@ktechhydle ktechhydle released this 20 Apr 18:10

What's New

  • Update documentation for Context and Program
  • Fix Context::storage_buffer creating a read-only buffer
  • Better error handling in Context::write_buffer

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@ktechhydle ktechhydle released this 19 Apr 16:44

This is the first release of yourgpu - a modern, simple, and fast graphics API for Rust.