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