luminance 0.7.1 → 0.7.2
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Graphics.Luminance.Shader.Program: data UniformInterface m a
Files
- CHANGELOG.md +4/−0
- luminance.cabal +1/−1
- src/Graphics/Luminance/Shader/Program.hs +1/−0
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.7.2++- Made `UniformInterface` visible (type only).+ ## 0.7.1 - Added `Graphics.Luminance.Pixel` in the export-list of `Graphics.Luminance.Texture`.
luminance.cabal view
@@ -1,5 +1,5 @@ name: luminance-version: 0.7.1+version: 0.7.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/Shader/Program.hs view
@@ -17,6 +17,7 @@ -- * Uniform , Uniform , U+ , UniformInterface -- * Uniform block , UniformBlock , UB(..)