Struct ash::extensions_generated::amd::shader_info::Device
source · pub struct Device {
pub(crate) fp: DeviceFn,
pub(crate) handle: Device,
}
Expand description
VK_AMD_shader_info device-level functions
Fields§
§fp: DeviceFn
§handle: Device
Implementations§
source§impl Device
impl Device
sourcepub unsafe fn get_shader_info_statistics(
&self,
pipeline: Pipeline,
shader_stage: ShaderStageFlags,
) -> VkResult<ShaderStatisticsInfoAMD>
pub unsafe fn get_shader_info_statistics( &self, pipeline: Pipeline, shader_stage: ShaderStageFlags, ) -> VkResult<ShaderStatisticsInfoAMD>
sourcepub unsafe fn get_shader_info_binary(
&self,
pipeline: Pipeline,
shader_stage: ShaderStageFlags,
) -> VkResult<Vec<u8>>
pub unsafe fn get_shader_info_binary( &self, pipeline: Pipeline, shader_stage: ShaderStageFlags, ) -> VkResult<Vec<u8>>
sourcepub unsafe fn get_shader_info_disassembly(
&self,
pipeline: Pipeline,
shader_stage: ShaderStageFlags,
) -> VkResult<Vec<u8>>
pub unsafe fn get_shader_info_disassembly( &self, pipeline: Pipeline, shader_stage: ShaderStageFlags, ) -> VkResult<Vec<u8>>
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