Blog

VK_KHR_dynamic_rendering tutorial

Announced two months ago , the dynamic rendering Vulkan extension promises to get rid of the VkRenderPass and VkFramebuffer objects, which were parts of Vulkan that I "don't understand and don't…

Fun with Ternary Search

This year is my first year doing the Advent of Code challenge, and today (2021 Day 7)'s challenge is a fun one. I won't go to the details, but the problem involves finding the minimum for a function…