Struct screen_13::prelude::vk::NvCoverageReductionModeFn
source · pub struct NvCoverageReductionModeFn {
pub get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: unsafe extern "system" fn(_: PhysicalDevice, _: *mut u32, _: *mut FramebufferMixedSamplesCombinationNV) -> Result,
}Fields§
§get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: unsafe extern "system" fn(_: PhysicalDevice, _: *mut u32, _: *mut FramebufferMixedSamplesCombinationNV) -> ResultImplementations§
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