Resolve "Resource Management"
Compare changes
- #22] Minor Correction in documentationLars Hoerttrich authored
+ 4
− 5
@@ -98,10 +98,10 @@ namespace vkcv {
@@ -98,10 +98,10 @@ namespace vkcv {
* @brief searches memory type index for buffer allocation, inspired by vulkan tutorial and "https://github.com/KhronosGroup/Vulkan-Hpp/blob/master/samples/utils/utils.hpp"
uint32_t searchMemoryType(vk::PhysicalDeviceMemoryProperties const& physicalMemoryProperties, uint32_t typeBits, vk::MemoryPropertyFlags requirements) {
@@ -119,8 +119,7 @@ namespace vkcv {
@@ -119,8 +119,7 @@ namespace vkcv {
* * Constructor of #Buffer requires a @p device, a @p physicalDevice, a @p buffer type and a @p size.