[][src]Trait vulkanalia::vk::ExtSampleLocationsExtension

pub trait ExtSampleLocationsExtension: DeviceV1_0 {
    pub fn cmd_set_sample_locations_ext(
        &self,
        command_buffer: CommandBuffer,
        sample_locations_info: &SampleLocationsInfoEXT
    ) { ... }
pub fn get_physical_device_multisample_properties_ext(
        &self,
        physical_device: PhysicalDevice,
        samples: SampleCountFlags
    ) -> MultisamplePropertiesEXT { ... } }

Provided methods

Loading content...

Implementors

impl ExtSampleLocationsExtension for Device[src]

Loading content...