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