Searched refs:new_features (Results 1 – 1 of 1) sorted by relevance
315 VkPhysicalDeviceFeatures new_features = {}; in GpuPreCallRecordCreateDevice() local317 new_features = *create_info->pEnabledFeatures; in GpuPreCallRecordCreateDevice()319 new_features.fragmentStoresAndAtomics = supported_features->fragmentStoresAndAtomics; in GpuPreCallRecordCreateDevice()320 … new_features.vertexPipelineStoresAndAtomics = supported_features->vertexPipelineStoresAndAtomics; in GpuPreCallRecordCreateDevice()322 create_info->pEnabledFeatures = new VkPhysicalDeviceFeatures(new_features); in GpuPreCallRecordCreateDevice()