Vulkan

Vulkan's avatar
Vulkan
vulkan_at_fosstodon.org@momostr.pink
npub1peeu...fhyr
API for High-efficiency Graphics and Compute on GPUs Vulkan.org: https://vulkan.org/
Newly released VK_EXT_present_timing extension combines two fundamental features: -The ability to receive timing feedback about previous presentation requests -The ability to explicitly specify a target presentation time for each request Learn more: #vulkan image
In this tutorial series from SIGGRAPH, we enhance a Vulkan renderer with ray tracing features to implement real-time pixel-perfect shadows (with and without transparency) and a bonus reflection effect. You will work with provided scaffolded code (based on the Vulkan Tutorial) and fill in key shader functions following step-by-step instructions. #tutorial #raytracing #vulkan #shadows #reflection