Struct ash::vk::NvCoverageReductionModeFn
source · pub struct NvCoverageReductionModeFn {
pub get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV,
}
Fields§
§get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV
Implementations§
Trait Implementations§
source§impl Clone for NvCoverageReductionModeFn
impl Clone for NvCoverageReductionModeFn
source§fn clone(&self) -> NvCoverageReductionModeFn
fn clone(&self) -> NvCoverageReductionModeFn
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