-
1.5.4 Stable
released this
2022-07-30 01:16:31 +00:00 | 84 commits to main since this releaseFixes an issue where images were not transitioning after SetTextureDataYUV was called.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 236 KiB Refresh.dll
- 171 KiB libRefresh.so
-
1.5.3 Stable
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
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 236 KiB Refresh.dll
- 171 KiB libRefresh.so
-
1.5.2 Stable
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
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 236 KiB Refresh.dll
- 171 KiB libRefresh.so
-
1.5.1 Stable
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
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 235 KiB Refresh.dll
- 171 KiB libRefresh.so
-
1.5.0 Stable
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
andREFRESH_VERTEXELEMENTFORMAT_FLOAT
. - Added
REFRESH_TEXTUREFORMAT_BC7
.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 235 KiB Refresh.dll
- 171 KiB libRefresh.so
- Removed
-
1.4.0 Stable
released this
2022-03-14 17:55:12 +00:00 | 93 commits to main since this releaselineWidth
has been removed fromRasterizerState
, no graphics API other than Vulkan supports it.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 187 KiB Refresh.dll
- 160 KiB libRefresh.so
-
1.3.0 Stable
released this
2022-03-10 18:30:16 +00:00 | 95 commits to main since this releaseRefresh_Clear
has been removed. Clearing should be performed byRefresh_BeginRenderPass
.Refresh_AcquireSwapchainTexture
now has two additional argumentspWidth
andpHeight
which are filled by the function.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 187 KiB Refresh.dll
- 156 KiB libRefresh.so
-
1.2.2 Stable
released this
2022-03-08 19:25:26 +00:00 | 97 commits to main since this releaseRefresh_BeginRenderPass
can now accept a NULL render area, which will set a sensible default.Fixed crashes and deadlocks related to swapchain recreation.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 187 KiB Refresh.dll
- 160 KiB libRefresh.so
-
1.2.1 Stable
released this
2022-03-04 21:41:03 +00:00 | 101 commits to main since this releasePatch to fix a crash when creating a compute pipeline.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 187 KiB Refresh.dll
- 160 KiB libRefresh.so
-
1.2.0 Stable
released this
2022-03-04 21:20:11 +00:00 | 103 commits to main since this releaseviewportState
has been removed fromRefresh_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 newRefresh_SetViewport
orRefresh_SetScissor
functions during a render pass.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 187 KiB Refresh.dll
- 160 KiB libRefresh.so