• 1.2.0 7b91c5a140

    1.2.0 Stable

    cosmonaut released this 2022-03-04 21:20:11 +00:00 | 103 commits to main since this release

    viewportState has been removed from Refresh_GraphicsPipelineCreateInfo. The viewport and scissor are now set dynamically.

    The viewport and scissor are set to a sensible default upon Refresh_BeginRenderPass. If the user wishes to configure these states, they can call the new Refresh_SetViewport or Refresh_SetScissor functions during a render pass.

    Downloads