mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Removed helper function createDebugUtilsMessengerEXT from utils.hpp as well.
This commit is contained in:
parent
dc88f1812c
commit
06697b4442
@ -361,7 +361,6 @@ namespace vk
|
|||||||
vk::MemoryPropertyFlags memoryPropertyFlags );
|
vk::MemoryPropertyFlags memoryPropertyFlags );
|
||||||
bool contains( std::vector<vk::ExtensionProperties> const & extensionProperties, std::string const & extensionName );
|
bool contains( std::vector<vk::ExtensionProperties> const & extensionProperties, std::string const & extensionName );
|
||||||
vk::CommandPool createCommandPool( vk::Device const & device, uint32_t queueFamilyIndex );
|
vk::CommandPool createCommandPool( vk::Device const & device, uint32_t queueFamilyIndex );
|
||||||
vk::DebugUtilsMessengerEXT createDebugUtilsMessengerEXT( vk::Instance const & instance );
|
|
||||||
vk::DescriptorPool createDescriptorPool( vk::Device const & device, std::vector<vk::DescriptorPoolSize> const & poolSizes );
|
vk::DescriptorPool createDescriptorPool( vk::Device const & device, std::vector<vk::DescriptorPoolSize> const & poolSizes );
|
||||||
vk::DescriptorSetLayout createDescriptorSetLayout( vk::Device const & device,
|
vk::DescriptorSetLayout createDescriptorSetLayout( vk::Device const & device,
|
||||||
std::vector<std::tuple<vk::DescriptorType, uint32_t, vk::ShaderStageFlags>> const & bindingData,
|
std::vector<std::tuple<vk::DescriptorType, uint32_t, vk::ShaderStageFlags>> const & bindingData,
|
||||||
|
Loading…
Reference in New Issue
Block a user