Struct ash::extensions_generated::khr::dynamic_rendering_local_read::Device
source · pub struct Device {
pub(crate) fp: DeviceFn,
pub(crate) handle: Device,
}
Expand description
VK_KHR_dynamic_rendering_local_read device-level functions
Fields§
§fp: DeviceFn
§handle: Device
Implementations§
source§impl Device
impl Device
sourcepub unsafe fn cmd_set_rendering_attachment_locations(
&self,
command_buffer: CommandBuffer,
location_info: &RenderingAttachmentLocationInfoKHR<'_>,
)
pub unsafe fn cmd_set_rendering_attachment_locations( &self, command_buffer: CommandBuffer, location_info: &RenderingAttachmentLocationInfoKHR<'_>, )
sourcepub unsafe fn cmd_set_rendering_input_attachment_indices(
&self,
command_buffer: CommandBuffer,
location_info: &RenderingInputAttachmentIndexInfoKHR<'_>,
)
pub unsafe fn cmd_set_rendering_input_attachment_indices( &self, command_buffer: CommandBuffer, location_info: &RenderingInputAttachmentIndexInfoKHR<'_>, )
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Device
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnwindSafe for Device
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