Struct pilka_lib::ash::vk::KhrVideoQueueFn[]

pub struct KhrVideoQueueFn {
    pub get_physical_device_video_capabilities_khr: unsafe extern "system" fn(PhysicalDevice, *const VideoProfileKHR, *mut VideoCapabilitiesKHR) -> Result,
    pub get_physical_device_video_format_properties_khr: unsafe extern "system" fn(PhysicalDevice, *const PhysicalDeviceVideoFormatInfoKHR, *mut u32, *mut VideoFormatPropertiesKHR) -> Result,
    pub create_video_session_khr: unsafe extern "system" fn(Device, *const VideoSessionCreateInfoKHR, *const AllocationCallbacks, *mut VideoSessionKHR) -> Result,
    pub destroy_video_session_khr: unsafe extern "system" fn(Device, VideoSessionKHR, *const AllocationCallbacks),
    pub get_video_session_memory_requirements_khr: unsafe extern "system" fn(Device, VideoSessionKHR, *mut u32, *mut VideoGetMemoryPropertiesKHR) -> Result,
    pub bind_video_session_memory_khr: unsafe extern "system" fn(Device, VideoSessionKHR, u32, *const VideoBindMemoryKHR) -> Result,
    pub create_video_session_parameters_khr: unsafe extern "system" fn(Device, *const VideoSessionParametersCreateInfoKHR, *const AllocationCallbacks, *mut VideoSessionParametersKHR) -> Result,
    pub update_video_session_parameters_khr: unsafe extern "system" fn(Device, VideoSessionParametersKHR, *const VideoSessionParametersUpdateInfoKHR) -> Result,
    pub destroy_video_session_parameters_khr: unsafe extern "system" fn(Device, VideoSessionParametersKHR, *const AllocationCallbacks),
    pub cmd_begin_video_coding_khr: unsafe extern "system" fn(CommandBuffer, *const VideoBeginCodingInfoKHR),
    pub cmd_end_video_coding_khr: unsafe extern "system" fn(CommandBuffer, *const VideoEndCodingInfoKHR),
    pub cmd_control_video_coding_khr: unsafe extern "system" fn(CommandBuffer, *const VideoCodingControlInfoKHR),
}

Fields

get_physical_device_video_capabilities_khr: unsafe extern "system" fn(PhysicalDevice, *const VideoProfileKHR, *mut VideoCapabilitiesKHR) -> Resultget_physical_device_video_format_properties_khr: unsafe extern "system" fn(PhysicalDevice, *const PhysicalDeviceVideoFormatInfoKHR, *mut u32, *mut VideoFormatPropertiesKHR) -> Resultcreate_video_session_khr: unsafe extern "system" fn(Device, *const VideoSessionCreateInfoKHR, *const AllocationCallbacks, *mut VideoSessionKHR) -> Resultdestroy_video_session_khr: unsafe extern "system" fn(Device, VideoSessionKHR, *const AllocationCallbacks)get_video_session_memory_requirements_khr: unsafe extern "system" fn(Device, VideoSessionKHR, *mut u32, *mut VideoGetMemoryPropertiesKHR) -> Resultbind_video_session_memory_khr: unsafe extern "system" fn(Device, VideoSessionKHR, u32, *const VideoBindMemoryKHR) -> Resultcreate_video_session_parameters_khr: unsafe extern "system" fn(Device, *const VideoSessionParametersCreateInfoKHR, *const AllocationCallbacks, *mut VideoSessionParametersKHR) -> Resultupdate_video_session_parameters_khr: unsafe extern "system" fn(Device, VideoSessionParametersKHR, *const VideoSessionParametersUpdateInfoKHR) -> Resultdestroy_video_session_parameters_khr: unsafe extern "system" fn(Device, VideoSessionParametersKHR, *const AllocationCallbacks)cmd_begin_video_coding_khr: unsafe extern "system" fn(CommandBuffer, *const VideoBeginCodingInfoKHR)cmd_end_video_coding_khr: unsafe extern "system" fn(CommandBuffer, *const VideoEndCodingInfoKHR)cmd_control_video_coding_khr: unsafe extern "system" fn(CommandBuffer, *const VideoCodingControlInfoKHR)

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.