#ifndef PKE_COMPONENTS_VK_HPP #define PKE_COMPONENTS_VK_HPP #include struct BufferBindingDetails { VkBuffer buffer = VK_NULL_HANDLE; uint32_t firstBinding = 0; uint32_t bindingCount = 0; VkDeviceSize offsets[1] = {0}; }; #endif /* PKE_COMPONENTS_VK_HPP */