LeviLamina
Loading...
Searching...
No Matches
NormalTextureMode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class NormalTextureMode : uchar {
6 NormalMap = 0,
7 HeightMap = 1,
8};