pub trait KhrVideoDecodeQueueExtension: DeviceV1_0 {
    const METADATA: Extension = KHR_VIDEO_DECODE_QUEUE_EXTENSION;

    // Provided method
    unsafe fn cmd_decode_video_khr(
        &self,
        command_buffer: CommandBuffer,
        decode_info: &VideoDecodeInfoKHR
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_VIDEO_DECODE_QUEUE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§