VOX
A little voxel engine
Loading...
Searching...
No Matches
vk_helper.hpp File Reference
#include "vk_define.hpp"
Include dependency graph for vk_helper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vk_helper
 

Functions

uint32_t vk_helper::findMemoryType (VkPhysicalDevice physical_device, uint32_t type_filter, VkMemoryPropertyFlags properties)
 
void vk_helper::setImageLayout (VkCommandBuffer command_buffer, VkImage image, VkImageLayout old_layout, VkImageLayout new_layout, VkImageSubresourceRange subresource_range, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask)