pub struct VulkanKhrDynamicRendering { /* private fields */ }Expand description
struct for VK_KHR_dynamic_rendering
Implementations§
Source§impl VulkanKhrDynamicRendering
impl VulkanKhrDynamicRendering
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanKhrDynamicRendering
impl Clone for VulkanKhrDynamicRendering
Source§fn clone(&self) -> VulkanKhrDynamicRendering
fn clone(&self) -> VulkanKhrDynamicRendering
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanKhrDynamicRendering
Source§impl Debug for VulkanKhrDynamicRendering
impl Debug for VulkanKhrDynamicRendering
Source§impl Default for VulkanKhrDynamicRendering
impl Default for VulkanKhrDynamicRendering
Source§impl VK_KHR_dynamic_rendering for VulkanKhrDynamicRendering
impl VK_KHR_dynamic_rendering for VulkanKhrDynamicRendering
Source§fn vkCmdBeginRenderingKHR(
&self,
commandBuffer: VkCommandBuffer,
pRenderingInfo: *const VkRenderingInfo,
) -> Result<(), VkError>
fn vkCmdBeginRenderingKHR( &self, commandBuffer: VkCommandBuffer, pRenderingInfo: *const VkRenderingInfo, ) -> Result<(), VkError>
Source§fn vkCmdEndRenderingKHR(
&self,
commandBuffer: VkCommandBuffer,
) -> Result<(), VkError>
fn vkCmdEndRenderingKHR( &self, commandBuffer: VkCommandBuffer, ) -> Result<(), VkError>
Auto Trait Implementations§
impl Freeze for VulkanKhrDynamicRendering
impl RefUnwindSafe for VulkanKhrDynamicRendering
impl Send for VulkanKhrDynamicRendering
impl Sync for VulkanKhrDynamicRendering
impl Unpin for VulkanKhrDynamicRendering
impl UnsafeUnpin for VulkanKhrDynamicRendering
impl UnwindSafe for VulkanKhrDynamicRendering
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