LeviLamina
Loading...
Searching...
No Matches
TimerQueryD3D11.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
bgfx::d3d11 {
6
7
struct
TimerQueryD3D11
{
8
public
:
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
bgfx::d3d11::TimerQueryD3D11::Query
Definition
TimerQueryD3D11.h:16
bgfx::d3d11::TimerQueryD3D11::Result
Definition
TimerQueryD3D11.h:18
bgfx::d3d11::TimerQueryD3D11
Definition
TimerQueryD3D11.h:7
src-server
mc
external
bgfx
TimerQueryD3D11.h
Generated on
for LeviLamina by
1.16.1