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