• 1.5.4 2fb9a6931b

    1.5.4 Stable

    cosmonaut released this 2022-07-30 01:16:31 +00:00 | 84 commits to main since this release

    Fixes an issue where images were not transitioning after SetTextureDataYUV was called.

    Downloads
     
  • 1.5.3 c01ff21359

    1.5.3 Stable

    cosmonaut released this 2022-07-23 04:02:01 +00:00 | 85 commits to main since this release

    • Fix incorrect blit destination level and layer settings

    Thanks to GlaireDaggers for catching this one.

    Downloads
     
  • 1.5.2 e5da75d33a

    1.5.2 Stable

    cosmonaut released this 2022-06-27 17:23:20 +00:00 | 86 commits to main since this release

    • Fix memory leak when submitting multiple command buffers
    Downloads
     
  • 1.5.1 488cb8c535

    1.5.1 Stable

    cosmonaut released this 2022-06-06 18:47:48 +00:00 | 89 commits to main since this release

    • Fixes issue where render pass attachment formats do not match the requested one
    Downloads
     
  • 1.5.0 3007b4c989

    1.5.0 Stable

    cosmonaut released this 2022-05-12 04:24:14 +00:00 | 90 commits to main since this release

    • Removed REFRESH_VERTEXELEMENTFORMAT_SINGLE.
    • Added REFRESH_VERTEXELEMENTFORMAT_UINT and REFRESH_VERTEXELEMENTFORMAT_FLOAT.
    • Added REFRESH_TEXTUREFORMAT_BC7.
    Downloads
     
  • 1.4.0 38d14fd99d

    1.4.0 Stable

    cosmonaut released this 2022-03-14 17:55:12 +00:00 | 93 commits to main since this release

    lineWidth has been removed from RasterizerState, no graphics API other than Vulkan supports it.

    Downloads
     
  • 1.3.0 acefc530fd

    1.3.0 Stable

    cosmonaut released this 2022-03-10 18:30:16 +00:00 | 95 commits to main since this release

    Refresh_Clear has been removed. Clearing should be performed by Refresh_BeginRenderPass.

    Refresh_AcquireSwapchainTexture now has two additional arguments pWidth and pHeight which are filled by the function.

    Downloads
     
  • 1.2.2 7a0b0f5709

    1.2.2 Stable

    cosmonaut released this 2022-03-08 19:25:26 +00:00 | 97 commits to main since this release

    Refresh_BeginRenderPass can now accept a NULL render area, which will set a sensible default.

    Fixed crashes and deadlocks related to swapchain recreation.

    Downloads
     
  • 1.2.1 22236607f7

    1.2.1 Stable

    cosmonaut released this 2022-03-04 21:41:03 +00:00 | 101 commits to main since this release

    Patch to fix a crash when creating a compute pipeline.

    Downloads
     
  • 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