windows::Win32::System::WinRT::Holographic

Trait IHolographicQuadLayerUpdateParametersInterop_Impl

pub trait IHolographicQuadLayerUpdateParametersInterop_Impl: IUnknownImpl {
    // Required method
    fn CommitDirect3D12Resource(
        &self,
        pcolorresourcetocommit: Ref<'_, ID3D12Resource>,
        pcolorresourcefence: Ref<'_, ID3D12Fence>,
        colorresourcefencesignalvalue: u64,
    ) -> Result<()>;
}

Required Methods§

fn CommitDirect3D12Resource( &self, pcolorresourcetocommit: Ref<'_, ID3D12Resource>, pcolorresourcefence: Ref<'_, ID3D12Fence>, colorresourcefencesignalvalue: u64, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§