pub trait ID3D12GraphicsCommandList6_Impl: Sized + ID3D12GraphicsCommandList5_Impl {
// Required method
fn DispatchMesh(
&self,
threadgroupcountx: u32,
threadgroupcounty: u32,
threadgroupcountz: u32,
);
}
Required Methods§
fn DispatchMesh( &self, threadgroupcountx: u32, threadgroupcounty: u32, threadgroupcountz: u32, )
Object Safety§
This trait is not object safe.