All Versions
41
Latest Version
Avg Release Cycle
37 days
Latest Release
3342 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11 Changes
February 27, 2016- β Removed
Region
s. Now using commands (FrameCmd
,ShadingCmd
,DrawCmd
andRenderCmd
). Safer interface.
- β Removed
-
v0.11.0.4 Changes
September 22, 2016- π GHC 8 support.
-
v0.11.0.3 Changes
August 01, 2016- π Updated the documentation in Luminance crate module.
-
v0.11.0.2 Changes
July 20, 2016- β Added support for
dlist-0.8
.
- β Added support for
-
v0.11.0.1 Changes
- π Fixed documentation broken links.
-
v0.10 Changes
February 19, 2016π₯ Breaking changes
- π
Region
was removed in favor ofBuffer
; just a type renaming, donβt freak out. - β Removed batches in favor of
Region
s. - β Removed
Decidable
andDivisible
instances forU
as uniforms are not supposed to be used this way.
Patch changes
- β
Internal changes to make
createStage
errors more verbose about the type of the stage.
- π
-
v0.10.0.2 Changes
February 19, 2016- π Fixed
Buffer
documentation.
- π Fixed
-
v0.10.0.1 Changes
February 19, 2016- Fixed gl45 backend (didnβt compile).
- β Added documentation/tutorial for
Buffer
.
-
v0.9.1 Changes
December 28, 2015- Made
Program
an instance ofEq
andShow
.
- Made
-
v0.9.1.2 Changes
January 16, 2016- π Support for
contravariant-1.4
. - Support for GL_ARB_separate_shader_objects for
gl33
backend (shader pragma).
- π Support for