Struct ash::vk::ExtSampleLocationsFn
source · pub struct ExtSampleLocationsFn {
pub cmd_set_sample_locations_ext: PFN_vkCmdSetSampleLocationsEXT,
pub get_physical_device_multisample_properties_ext: PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT,
}
Fields§
§cmd_set_sample_locations_ext: PFN_vkCmdSetSampleLocationsEXT
§get_physical_device_multisample_properties_ext: PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT
Implementations§
Trait Implementations§
source§impl Clone for ExtSampleLocationsFn
impl Clone for ExtSampleLocationsFn
source§fn clone(&self) -> ExtSampleLocationsFn
fn clone(&self) -> ExtSampleLocationsFn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more