Refresh/src
cosmonaut 1a0beea402
continuous-integration/drone/push Build is passing Details
Backend selection + swapchain API revision (#23)
- The application must now call `Refresh_SetBackend` before creating the device
- `Refresh_SetBackend` can set a preferred backend, but will fall back if it is not available
- Device creation no longer takes presentation parameters
- Windows must now be explicitly claimed by the device
- Windows can be unclaimed by the device
- Windows can have their swapchain present mode changed after creation

Reviewed-on: #23
2022-09-29 21:11:25 +00:00
..
Refresh.c Backend selection + swapchain API revision (#23) 2022-09-29 21:11:25 +00:00
Refresh_Driver.h Backend selection + swapchain API revision (#23) 2022-09-29 21:11:25 +00:00
Refresh_Driver_Template.txt remove Clear and add pWidth and pHeight to AcquireSwapchainTexture 2022-03-10 10:21:49 -08:00
Refresh_Driver_Vulkan.c Backend selection + swapchain API revision (#23) 2022-09-29 21:11:25 +00:00
Refresh_Driver_Vulkan_vkfuncs.h add DrawPrimitivesIndirect + fix sync issues 2022-08-25 12:21:49 -07:00
Refresh_Image.c Rework Presentation Flow (#15) 2022-03-02 06:33:57 +00:00
miniz.h image load and save 2020-12-27 22:45:12 -08:00
stb_image.h image load and save 2020-12-27 22:45:12 -08:00
stb_image_write.h image load and save 2020-12-27 22:45:12 -08:00