Edit

ID3D12DeviceStatisticsVtbl structure (d3d12.h)

Syntax

typedef struct ID3D12DeviceStatisticsVtbl {
  void     *b;
  HRESULT(ID3D12DeviceStatistics *This,REFIID riid, void **ppvObject) * )(QueryInterface;
  ULONG()(ID3D12DeviceStatistics *This)   * AddRef;
  ULONG()(ID3D12DeviceStatistics *This)   * Release;
  HRESULT((ID3D12DeviceStatistics *This,D3D12_STATE_OBJECT_STATISTICS *pStatistics) * )GetStateObjectStatistics;
} ID3D12DeviceStatisticsVtbl;

Members

b

QueryInterface

AddRef

Release

GetStateObjectStatistics

Requirements

Requirement Value
Header d3d12.h