pub trait ID3D12GraphicsCommandList7_Impl: Sized + ID3D12GraphicsCommandList6_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.