luminance v0.11 Release Notes

Release Date: 2016-02-27 // about 8 years ago
    • βœ‚ Removed Regions. Now using commands (FrameCmd, ShadingCmd, DrawCmd and RenderCmd). Safer interface.

Previous changes from v0.10

  • πŸ’₯ Breaking changes

    • 🚚 Region was removed in favor of Buffer; just a type renaming, don’t freak out.
    • βœ‚ Removed batches in favor of Regions.
    • βœ‚ Removed Decidable and Divisible instances for U 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.