LeviLamina
Loading...
Searching...
No Matches
Layer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace bgfx::vk13 {
6
7struct Layer {
8public:
9 // Layer inner types define
10 enum class Enum : int {};
11};
12
13} // namespace bgfx::vk13
Definition Layer.h:7