Searched refs:mIndexTypeUint8Features (Results 1 – 2 of 2) sorted by relevance
981 mIndexTypeUint8Features = {}; in queryDeviceExtensionFeatures()982 mIndexTypeUint8Features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT; in queryDeviceExtensionFeatures()1031 vk::AddToPNextChain(&deviceFeatures, &mIndexTypeUint8Features); in queryDeviceExtensionFeatures()1052 mIndexTypeUint8Features.pNext = nullptr; in queryDeviceExtensionFeatures()1291 vk::AddToPNextChain(&createInfo, &mIndexTypeUint8Features); in initializeDevice()1651 mIndexTypeUint8Features.indexTypeUint8 == VK_TRUE); in initFeatures()
292 VkPhysicalDeviceIndexTypeUint8FeaturesEXT mIndexTypeUint8Features; variable