LeviLamina
Loading...
Searching...
No Matches
ImageFormat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
mce {
6
7
enum class
ImageFormat : uint {
8
Unknown = 0,
9
R8Unorm = 1,
10
RG8Unorm = 2,
11
RGB8Unorm = 3,
12
RGBA8Unorm = 4,
13
RGBA16Float = 5,
14
};
15
16
}
src
mc
deps
core
image
ImageFormat.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0