コード例 #1
0
 public int GetBreakOnSeverity(D3D12_MESSAGE_SEVERITY Severity)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue *, D3D12_MESSAGE_SEVERITY, int>)(lpVtbl[34]))((ID3D12InfoQueue *)Unsafe.AsPointer(ref this), Severity));
 }
コード例 #2
0
 public int SetBreakOnSeverity(D3D12_MESSAGE_SEVERITY Severity, [NativeTypeName("BOOL")] int bEnable)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue *, D3D12_MESSAGE_SEVERITY, int, int>)(lpVtbl[31]))((ID3D12InfoQueue *)Unsafe.AsPointer(ref this), Severity, bEnable));
 }
コード例 #3
0
 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));
 }
コード例 #4
0
 public int AddApplicationMessage(D3D12_MESSAGE_SEVERITY Severity, [NativeTypeName("LPCSTR")] sbyte *pDescription)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue *, D3D12_MESSAGE_SEVERITY, sbyte *, int>)(lpVtbl[29]))((ID3D12InfoQueue *)Unsafe.AsPointer(ref this), Severity, pDescription));
 }
コード例 #5
0
 public HRESULT SetBreakOnSeverity(D3D12_MESSAGE_SEVERITY Severity, BOOL bEnable)
 {
     return(((delegate * unmanaged <ID3D12InfoQueue1 *, D3D12_MESSAGE_SEVERITY, BOOL, int>)(lpVtbl[31]))((ID3D12InfoQueue1 *)Unsafe.AsPointer(ref this), Severity, bEnable));
 }