libcg / grvk

Vulkan-based Mantle API implementation
https://en.wikipedia.org/wiki/Mantle_(API)
zlib License
225 stars 14 forks source link

Merge descriptor update templates across stages #50

Closed libcg closed 1 year ago

libcg commented 2 years ago

See https://github.com/libcg/grvk/blob/aea0e8ac73/src/mantle/mantle_shader_pipeline.c#L282. This would lower the number of calls to vkUpdateDescriptorSetWithTemplate during command buffer recording.