SDL  2.0
VULKAN_HPP_NAMESPACE::FlagTraits< MemoryPropertyFlagBits > Struct Reference

#include <vulkan.hpp>

Public Types

enum  { allFlags = VkFlags(MemoryPropertyFlagBits::eDeviceLocal) | VkFlags(MemoryPropertyFlagBits::eHostVisible) | VkFlags(MemoryPropertyFlagBits::eHostCoherent) | VkFlags(MemoryPropertyFlagBits::eHostCached) | VkFlags(MemoryPropertyFlagBits::eLazilyAllocated) | VkFlags(MemoryPropertyFlagBits::eProtected) }
 

Detailed Description

Definition at line 22347 of file vulkan.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
allFlags 

Definition at line 22349 of file vulkan.hpp.

22350  {
22351  allFlags = VkFlags(MemoryPropertyFlagBits::eDeviceLocal) | VkFlags(MemoryPropertyFlagBits::eHostVisible) | VkFlags(MemoryPropertyFlagBits::eHostCoherent) | VkFlags(MemoryPropertyFlagBits::eHostCached) | VkFlags(MemoryPropertyFlagBits::eLazilyAllocated) | VkFlags(MemoryPropertyFlagBits::eProtected)
22352  };

The documentation for this struct was generated from the following file:
VULKAN_HPP_NAMESPACE::FlagTraits< MemoryPropertyFlagBits >::allFlags
@ allFlags
Definition: vulkan.hpp:22351
VkFlags
uint32_t VkFlags
Definition: vulkan_core.h:64
VULKAN_HPP_NAMESPACE::MemoryPropertyFlagBits::eDeviceLocal
@ eDeviceLocal