Searched refs:mIndexTypeUint8Features (Results 1 – 2 of 2) sorted by relevance
1228 mIndexTypeUint8Features = {}; in queryDeviceExtensionFeatures()1229 mIndexTypeUint8Features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT; in queryDeviceExtensionFeatures()1324 vk::AddToPNextChain(&deviceFeatures, &mIndexTypeUint8Features); in queryDeviceExtensionFeatures()1425 mIndexTypeUint8Features.pNext = nullptr; in queryDeviceExtensionFeatures()1762 vk::AddToPNextChain(&createInfo, &mIndexTypeUint8Features); in initializeDevice()2368 mIndexTypeUint8Features.indexTypeUint8 == VK_TRUE); in initFeatures()
460 VkPhysicalDeviceIndexTypeUint8FeaturesEXT mIndexTypeUint8Features; variable