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