pub struct Vulkan_KHR_dynamic_rendering { /* private fields */ }Expand description
struct for VK_KHR_dynamic_rendering
Implementations§
Source§impl Vulkan_KHR_dynamic_rendering
impl Vulkan_KHR_dynamic_rendering
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_KHR_dynamic_rendering
impl Clone for Vulkan_KHR_dynamic_rendering
Source§fn clone(&self) -> Vulkan_KHR_dynamic_rendering
fn clone(&self) -> Vulkan_KHR_dynamic_rendering
Returns a duplicate 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 moreSource§impl Debug for Vulkan_KHR_dynamic_rendering
impl Debug for Vulkan_KHR_dynamic_rendering
Source§impl VK_KHR_dynamic_rendering for Vulkan_KHR_dynamic_rendering
impl VK_KHR_dynamic_rendering for Vulkan_KHR_dynamic_rendering
Source§fn vkCmdBeginRenderingKHR(
&self,
commandBuffer: VkCommandBuffer,
pRenderingInfo: *const VkRenderingInfo,
) -> Result<(), VkError>
fn vkCmdBeginRenderingKHR( &self, commandBuffer: VkCommandBuffer, pRenderingInfo: *const VkRenderingInfo, ) -> Result<(), VkError>
impl Copy for Vulkan_KHR_dynamic_rendering
Auto Trait Implementations§
impl Freeze for Vulkan_KHR_dynamic_rendering
impl RefUnwindSafe for Vulkan_KHR_dynamic_rendering
impl Send for Vulkan_KHR_dynamic_rendering
impl Sync for Vulkan_KHR_dynamic_rendering
impl Unpin for Vulkan_KHR_dynamic_rendering
impl UnwindSafe for Vulkan_KHR_dynamic_rendering
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