Skip to content

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