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