LeviLamina
Loading...
Searching...
No Matches
TimerQueryD3D11.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace bgfx::d3d11 {
6
8public:
9 // TimerQueryD3D11 inner types declare
10 // clang-format off
11 struct Query;
12 struct Result;
13 // clang-format on
14
15 // TimerQueryD3D11 inner types define
16 struct Query {};
17
18 struct Result {};
19};
20
21} // namespace bgfx::d3d11
Definition TimerQueryD3D11.h:16
Definition TimerQueryD3D11.h:18
Definition TimerQueryD3D11.h:7