luminance 0.10.0.1 → 0.10.0.2
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- luminance.cabal +1/−1
- src/Graphics/Luminance/Buffer.hs +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+### 0.10.0.2++- Fixed `Buffer` documentation.+ ### 0.10.0.1 - Fixed *gl45* backend (didn’t compile).
luminance.cabal view
@@ -1,5 +1,5 @@ name: luminance-version: 0.10.0.1+version: 0.10.0.2 synopsis: Type-safe, type-level and stateless graphics framework description: This package exposes several modules to work with /GPUs/ in a stateless and type-safe way. Currently, it uses OpenGL as backend hardware technology but
src/Graphics/Luminance/Buffer.hs view
@@ -121,7 +121,7 @@ -- -- @ -- buf :: Buffer W Float <- createBuffer (newBuffer 10)-+-- -- writeAt buf 3 pi -- writeAt' buf 5 100 -- @