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 moreAuto Trait Implementations§
impl RefUnwindSafe for DynamicRendering
impl Send for DynamicRendering
impl Sync for DynamicRendering
impl Unpin for DynamicRendering
impl UnwindSafe for DynamicRendering
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more