Esempio n. 1
0
 public int ReportLiveDeviceObjects(D3D11_RLDO_FLAGS Flags)
 {
     if (m_ReportLiveDeviceObjectsFunc == null)
     {
         var fp = GetFunctionPointer(10);
         m_ReportLiveDeviceObjectsFunc = (ReportLiveDeviceObjectsFunc)Marshal.GetDelegateForFunctionPointer(fp, typeof(ReportLiveDeviceObjectsFunc));
     }
     return(m_ReportLiveDeviceObjectsFunc(m_ptr, Flags));
 }
Esempio n. 2
0
 public HRESULT ReportLiveDeviceObjects(D3D11_RLDO_FLAGS Flags)
 {
     return(((delegate * unmanaged <ID3D11Debug *, D3D11_RLDO_FLAGS, int>)(lpVtbl[10]))((ID3D11Debug *)Unsafe.AsPointer(ref this), Flags));
 }