Trait windows::Win32::Graphics::Direct3D11::ID3D11DeviceContext3_Impl
pub trait ID3D11DeviceContext3_Impl: Sized + ID3D11DeviceContext2_Impl {
// Required methods
fn Flush1(&self, contexttype: D3D11_CONTEXT_TYPE, hevent: HANDLE);
fn SetHardwareProtectionState(&self, hwprotectionenable: BOOL);
fn GetHardwareProtectionState(&self, phwprotectionenable: *mut BOOL);
}
Required Methods§
fn Flush1(&self, contexttype: D3D11_CONTEXT_TYPE, hevent: HANDLE)
fn SetHardwareProtectionState(&self, hwprotectionenable: BOOL)
fn GetHardwareProtectionState(&self, phwprotectionenable: *mut BOOL)
Object Safety§
This trait is not object safe.