luminance v0.11 Release Notes
Release Date: 2016-02-27 // over 7 years ago-
- β Removed
Region
s. Now using commands (FrameCmd
,ShadingCmd
,DrawCmd
andRenderCmd
). Safer interface.
- β Removed
Previous changes from v0.10
-
π₯ 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.
- π