Conservative Rasterization
The source for this sample can be found in the Khronos Vulkan samples github repository. |
Extension: VK_EXT_conservative_rasterization
Uses conservative rasterization to change the way fragments are generated. Enables overestimation to generate fragments for every pixel touched instead of only pixels that are fully covered.