Enum
VkInstanceCreateFlagBits
Bitmask specifying behavior of the instance
typedef enum VkInstanceCreateFlagBits {
} VkInstanceCreateFlagBits;
pub struct InstanceCreateFlagBits(u32);
impl InstanceCreateFlagBits {
}
VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHRspecifies that the instance will enumerate available Vulkan Portability-compliant physical devices and groups in addition to the Vulkan physical devices and groups that are enumerated by default.
Parent
VK_VERSION_1_0Type
Enum