nvpro-samples / vk_mini_samples

Collection of Vulkan samples
Apache License 2.0
222 stars 12 forks source link

Fix clang format string error #6

Closed tyler274 closed 1 year ago

tyler274 commented 1 year ago

Fixes the clang compiler error about this being potentially insecure.

Fixes https://github.com/nvpro-samples/vk_mini_samples/issues/5

mklefrancois commented 1 year ago

Thanks for catching this. It will be updated shortly.

mklefrancois commented 1 year ago

Thanks for the patch, this was fixed in b38052d