pub trait ID3D12GraphicsCommandList3_Impl: Sized + ID3D12GraphicsCommandList2_Impl {
// Required method
fn SetProtectedResourceSession(
&self,
pprotectedresourcesession: Option<&ID3D12ProtectedResourceSession>,
);
}
Required Methods§
fn SetProtectedResourceSession( &self, pprotectedresourcesession: Option<&ID3D12ProtectedResourceSession>, )
Object Safety§
This trait is not object safe.