#[repr(C)]pub struct D3D12_FEATURE_DATA_D3D12_OPTIONS3 {
pub CopyQueueTimestampQueriesSupported: BOOL,
pub CastingFullyTypedFormatSupported: BOOL,
pub WriteBufferImmediateSupportFlags: D3D12_COMMAND_LIST_SUPPORT_FLAGS,
pub ViewInstancingTier: D3D12_VIEW_INSTANCING_TIER,
pub BarycentricsSupported: BOOL,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
, "Win32_Foundation"
Fields
CopyQueueTimestampQueriesSupported: BOOL
CastingFullyTypedFormatSupported: BOOL
WriteBufferImmediateSupportFlags: D3D12_COMMAND_LIST_SUPPORT_FLAGS
ViewInstancingTier: D3D12_VIEW_INSTANCING_TIER
BarycentricsSupported: BOOL
Trait Implementations
impl Clone for D3D12_FEATURE_DATA_D3D12_OPTIONS3
impl Clone for D3D12_FEATURE_DATA_D3D12_OPTIONS3
impl Copy for D3D12_FEATURE_DATA_D3D12_OPTIONS3
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_D3D12_OPTIONS3
impl Send for D3D12_FEATURE_DATA_D3D12_OPTIONS3
impl Sync for D3D12_FEATURE_DATA_D3D12_OPTIONS3
impl Unpin for D3D12_FEATURE_DATA_D3D12_OPTIONS3
impl UnwindSafe for D3D12_FEATURE_DATA_D3D12_OPTIONS3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more