All Versions
41
Latest Version
Avg Release Cycle
37 days
Latest Release
2952 days ago

Changelog History
Page 3

  • v0.6.0.5 Changes

    • ๐Ÿ‘ semigroups-0.18 support.
  • v0.6.0.4 Changes

    • Extensions are now set per module.
  • v0.6.0.3 Changes

    • ๐Ÿ“š Updated .cabal documentation.
    • ๐Ÿ‘Œ Support for semigroups-0.17.
  • v0.6.0.2 Changes

    • ๐Ÿ›  Fixed typo in the hackage documentation.
  • v0.6.0.1 Changes

    • ๐Ÿ›  Fixed (:*:) for UniformBlock.
    • ๐Ÿ— Dumped the Storable constraint in the uniBlock function (rank2 function passed to build uniform interfaces to createProgram).
    • โž• Added (:.), (,), (,,) and (,,,) into UniformBlock.
  • v0.5.2 Changes

    Non-breaking changes

    • โž• Added texture arrays:
      • Texture1DArray
      • Texture2DArray
      • CubemapArray
  • v0.5.2.1 Changes

    • ๐Ÿ˜Œ Relaxed lower bound of linear to accept linear-1.19.*. That changes should enable lumimance to be included into stackage.
    • ๐Ÿ”„ Changed internal representation of Region.
  • v0.5.1 Changes

    Non-breaking changes

    • โž• Added several Uniform instances for linear.

    Patch changes

    • ๐Ÿ›  Fixed the indexed render.
    • ๐Ÿ›  Fixed the vertex attributes being ignored.
  • v0.5 Changes

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”„ Changed the interface of texels transfer and filling. We dropped the Foldable instance and now require a Data.Vector.Storable.Vector for performance purposes.

    Non-breaking changes

    • โž• Added MirrorRepeat constructor to Wrap.

    Patch changes

    • ๐Ÿ›  Fixed prerequisites in README.
  • v0.4.1 Changes

    • ๐Ÿ›  Fixed the sizeOf implementation of a :. b.
    • Added nubDirect, which can be used to turn direct geometry into indirect geometry.