Struct ash::extensions_generated::khr::pipeline_executable_properties::Device
source · pub struct Device {
pub(crate) fp: DeviceFn,
pub(crate) handle: Device,
}
Expand description
VK_KHR_pipeline_executable_properties device-level functions
Fields§
§fp: DeviceFn
§handle: Device
Implementations§
source§impl Device
impl Device
sourcepub unsafe fn get_pipeline_executable_internal_representations(
&self,
executable_info: &PipelineExecutableInfoKHR<'_>,
) -> VkResult<Vec<PipelineExecutableInternalRepresentationKHR<'_>>>
pub unsafe fn get_pipeline_executable_internal_representations( &self, executable_info: &PipelineExecutableInfoKHR<'_>, ) -> VkResult<Vec<PipelineExecutableInternalRepresentationKHR<'_>>>
sourcepub unsafe fn get_pipeline_executable_properties(
&self,
pipeline_info: &PipelineInfoKHR<'_>,
) -> VkResult<Vec<PipelineExecutablePropertiesKHR<'_>>>
pub unsafe fn get_pipeline_executable_properties( &self, pipeline_info: &PipelineInfoKHR<'_>, ) -> VkResult<Vec<PipelineExecutablePropertiesKHR<'_>>>
sourcepub unsafe fn get_pipeline_executable_statistics(
&self,
executable_info: &PipelineExecutableInfoKHR<'_>,
) -> VkResult<Vec<PipelineExecutableStatisticKHR<'_>>>
pub unsafe fn get_pipeline_executable_statistics( &self, executable_info: &PipelineExecutableInfoKHR<'_>, ) -> VkResult<Vec<PipelineExecutableStatisticKHR<'_>>>
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