Skip to content

Releases: lyricwulf/agpu

v0.1.2

08 Mar 05:09
Compare
Choose a tag to compare

What's Changed

  • Update nalgebra requirement from 0.29 to 0.30 by @dependabot in #4

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Nov 05:50
Compare
Choose a tag to compare

The cube example is done!

New

Derive vertex layout for struct
Textures
Sampler
Bind groups

Improved

Buffers

API Changes

Most builders are now created with "new" instead of "create", and are built with "create" instead of "build" to read better and disambiguate the returns.

v0.1.0

28 Nov 05:39
Compare
Choose a tag to compare

Minimally working library with device creation and pipeline rendering.