LunarG / gfxreconstruct

Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior
https://vulkan.lunarg.com/doc/sdk/latest/linux/capture_tools.html
MIT License
379 stars 105 forks source link

verify code-path for VK_EXT_inline_uniform_block in VulkanCppConsumerBase #1549

Open fabian-lunarg opened 2 weeks ago

fabian-lunarg commented 2 weeks ago

VulkanCppConsumerBase::GenerateDescriptorUpdateTemplateData was amended with a switch-case for VK_EXT_inline_uniform_block but not verified/tested yet.

for this reason an assert(false); was left there to not exercise this untested code-path. this issue should verify the feature works, correct any mistakes and remove the TODO+assert.