Struct screen_13::prelude::vk::ExtConditionalRenderingFn
source · pub struct ExtConditionalRenderingFn {
pub cmd_begin_conditional_rendering_ext: unsafe extern "system" fn(_: CommandBuffer, _: *const ConditionalRenderingBeginInfoEXT),
pub cmd_end_conditional_rendering_ext: unsafe extern "system" fn(_: CommandBuffer),
}Fields§
§cmd_begin_conditional_rendering_ext: unsafe extern "system" fn(_: CommandBuffer, _: *const ConditionalRenderingBeginInfoEXT)§cmd_end_conditional_rendering_ext: unsafe extern "system" fn(_: CommandBuffer)Implementations§
Trait Implementations§
source§impl Clone for ExtConditionalRenderingFn
impl Clone for ExtConditionalRenderingFn
source§fn clone(&self) -> ExtConditionalRenderingFn
fn clone(&self) -> ExtConditionalRenderingFn
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