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