pub trait ID3D12VideoDecodeCommandList3_Impl: Sized + ID3D12VideoDecodeCommandList2_Impl {
    // Required method
    fn Barrier(
        &self,
        numbarriergroups: u32,
        pbarriergroups: *const D3D12_BARRIER_GROUP
    );
}

Required Methods§

fn Barrier( &self, numbarriergroups: u32, pbarriergroups: *const D3D12_BARRIER_GROUP )

Object Safety§

This trait is not object safe.

Implementors§