Struct ash::extensions::khr::DynamicRendering   
source · pub struct DynamicRendering { /* private fields */ }Implementations§
source§impl DynamicRendering
 
impl DynamicRendering
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn cmd_begin_rendering(
    &self,
    command_buffer: CommandBuffer,
    rendering_info: &RenderingInfoKHR
)
 
pub unsafe fn cmd_begin_rendering( &self, command_buffer: CommandBuffer, rendering_info: &RenderingInfoKHR )
sourcepub unsafe fn cmd_end_rendering(&self, command_buffer: CommandBuffer)
 
pub unsafe fn cmd_end_rendering(&self, command_buffer: CommandBuffer)
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrDynamicRenderingFn
Trait Implementations§
source§impl Clone for DynamicRendering
 
impl Clone for DynamicRendering
source§fn clone(&self) -> DynamicRendering
 
fn clone(&self) -> DynamicRendering
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