pub struct VulkanExtConditionalRendering { /* private fields */ }Expand description
struct for VK_EXT_conditional_rendering
Implementations§
Source§impl VulkanExtConditionalRendering
impl VulkanExtConditionalRendering
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanExtConditionalRendering
impl Clone for VulkanExtConditionalRendering
Source§fn clone(&self) -> VulkanExtConditionalRendering
fn clone(&self) -> VulkanExtConditionalRendering
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 VulkanExtConditionalRendering
Source§impl VK_EXT_conditional_rendering for VulkanExtConditionalRendering
impl VK_EXT_conditional_rendering for VulkanExtConditionalRendering
Source§fn vkCmdBeginConditionalRenderingEXT(
&self,
commandBuffer: VkCommandBuffer,
pConditionalRenderingBegin: *const VkConditionalRenderingBeginInfoEXT,
) -> Result<(), VkError>
fn vkCmdBeginConditionalRenderingEXT( &self, commandBuffer: VkCommandBuffer, pConditionalRenderingBegin: *const VkConditionalRenderingBeginInfoEXT, ) -> Result<(), VkError>
Source§fn vkCmdEndConditionalRenderingEXT(
&self,
commandBuffer: VkCommandBuffer,
) -> Result<(), VkError>
fn vkCmdEndConditionalRenderingEXT( &self, commandBuffer: VkCommandBuffer, ) -> Result<(), VkError>
Auto Trait Implementations§
impl Freeze for VulkanExtConditionalRendering
impl RefUnwindSafe for VulkanExtConditionalRendering
impl Send for VulkanExtConditionalRendering
impl Sync for VulkanExtConditionalRendering
impl Unpin for VulkanExtConditionalRendering
impl UnsafeUnpin for VulkanExtConditionalRendering
impl UnwindSafe for VulkanExtConditionalRendering
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