[][src]Trait vulkanalia::vk::NvCoverageReductionModeExtension

pub trait NvCoverageReductionModeExtension: DeviceV1_0 {
    fn get_physical_device_supported_framebuffer_mixed_samples_combinations_nv(
        &self,
        physical_device: PhysicalDevice
    ) -> VkResult<Vec<FramebufferMixedSamplesCombinationNV>> { ... } }

Provided methods

Loading content...

Implementors

impl NvCoverageReductionModeExtension for Device[src]

Loading content...