Searched refs:enabled_features_found (Results 1 – 1 of 1) sorted by relevance
2466 const VkPhysicalDeviceFeatures *enabled_features_found = pCreateInfo->pEnabledFeatures; in PostCallRecordCreateDevice() local2467 if (nullptr == enabled_features_found) { in PostCallRecordCreateDevice()2470 enabled_features_found = &(features2->features); in PostCallRecordCreateDevice()2478 if (nullptr == enabled_features_found) { in PostCallRecordCreateDevice()2481 state_tracker->enabled_features.core = *enabled_features_found; in PostCallRecordCreateDevice()