nvpro-samples / nvpro_core

shared source code and resources needed for the samples to run
Apache License 2.0
473 stars 113 forks source link

Add SHADER_BINDING_TABLE usage flags to sbt buffer #38

Closed rumblehhh closed 2 years ago

rumblehhh commented 2 years ago

Buffers used as Shader Binding Tables must specify VK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHR as part of their usage flags.

NBickford-NV commented 2 years ago

Hi rumblehhh - thanks for the pull request! Could you sign off on your Git commit so that we're able to integrate it? DCO-Bot has the required action here: https://github.com/nvpro-samples/nvpro_core/pull/38/checks?check_run_id=6775775621

Thanks again!

rumblehhh commented 2 years ago

Bump

NBickford-NV commented 2 years ago

Thank you! This looks good to me - merging it in!