[#31] Changed searchMemoryType()-functions to avoid multiple declarations in...
[#31] Changed searchMemoryType()-functions to avoid multiple declarations in ImageManager and BufferManager. Now using the exact function given in the vulkan specs to search for memory types to avoid licensing issues
* @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"
* @brief searches memory type index for buffer allocation, combines requirements of buffer and application
* @param physicalMemoryProperties Memory Properties of physical device
* @param physicalMemoryProperties Memory Properties of physical device
* @param typeBits
* @param typeBits Bit field for suitable memory types
* @param requirements Property flags that are required
* @param requirements Property flags that are required