public int GetBreakOnID(D3D12_MESSAGE_ID ID)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue *, D3D12_MESSAGE_ID, int>)(lpVtbl[35]))((ID3D12InfoQueue *)Unsafe.AsPointer(ref this), ID));
 }
 public int AddMessage(D3D12_MESSAGE_CATEGORY Category, D3D12_MESSAGE_SEVERITY Severity, D3D12_MESSAGE_ID ID, [NativeTypeName("LPCSTR")] sbyte *pDescription)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue *, D3D12_MESSAGE_CATEGORY, D3D12_MESSAGE_SEVERITY, D3D12_MESSAGE_ID, sbyte *, int>)(lpVtbl[28]))((ID3D12InfoQueue *)Unsafe.AsPointer(ref this), Category, Severity, ID, pDescription));
 }
 public int SetBreakOnID(D3D12_MESSAGE_ID ID, [NativeTypeName("BOOL")] int bEnable)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue *, D3D12_MESSAGE_ID, int, int>)(lpVtbl[32]))((ID3D12InfoQueue *)Unsafe.AsPointer(ref this), ID, bEnable));
 }
 public HRESULT SetBreakOnID(D3D12_MESSAGE_ID ID, BOOL bEnable)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue1 *, D3D12_MESSAGE_ID, BOOL, int>)(lpVtbl[32]))((ID3D12InfoQueue1 *)Unsafe.AsPointer(ref this), ID, bEnable));
 }