Struct ash::vk::NvCoverageReductionModeFn [−][src]
pub struct NvCoverageReductionModeFn { pub get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: extern "system" fn(physical_device: PhysicalDevice, p_combination_count: *mut u32, p_combinations: *mut FramebufferMixedSamplesCombinationNV) -> Result, }
Fields
get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: extern "system" fn(physical_device: PhysicalDevice, p_combination_count: *mut u32, p_combinations: *mut FramebufferMixedSamplesCombinationNV) -> Result
Implementations
pub unsafe fn get_physical_device_supported_framebuffer_mixed_samples_combinations_nv(
&self,
physical_device: PhysicalDevice,
p_combination_count: *mut u32,
p_combinations: *mut FramebufferMixedSamplesCombinationNV
) -> Result
pub unsafe fn get_physical_device_supported_framebuffer_mixed_samples_combinations_nv(
&self,
physical_device: PhysicalDevice,
p_combination_count: *mut u32,
p_combinations: *mut FramebufferMixedSamplesCombinationNV
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NvCoverageReductionModeFn
impl Unpin for NvCoverageReductionModeFn
impl UnwindSafe for NvCoverageReductionModeFn
Blanket Implementations
Mutably borrows from an owned value. Read more