Searched refs:ppNextProperties (Results 1 – 1 of 1) sorted by relevance
77 void** ppNextProperties { nullptr }; member150 *cw.ppNextProperties = &fsr->physicalDeviceFragmentShadingRateProperties; in GetPhysicalDeviceFragmentShadingRateStructs()151 cw.ppNextProperties = &fsr->physicalDeviceFragmentShadingRateProperties.pNext; in GetPhysicalDeviceFragmentShadingRateStructs()175 *cw.ppNextProperties = &mv->physicalDeviceMultiviewProperties; in GetPhysicalDeviceMultiviewFeaturesStructs()176 cw.ppNextProperties = &mv->physicalDeviceMultiviewProperties.pNext; in GetPhysicalDeviceMultiviewFeaturesStructs()237 *cw.ppNextProperties = &di->physicalDeviceDescriptorIndexingProperties; in GetPhysicalDeviceDescriptorIndexingFeaturesStructs()238 cw.ppNextProperties = &di->physicalDeviceDescriptorIndexingProperties.pNext; in GetPhysicalDeviceDescriptorIndexingFeaturesStructs()774 chainWrapper.ppNextProperties = &physicalDeviceProperties2.pNext; in CreateDevice()