LeviLamina
Loading...
Searching...
No Matches
TextureAtlasHelpers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace mce::framebuilder { struct PBRTextureDataDescription; }
9// clang-format on
10
11namespace TextureAtlasHelpers {
12// functions
13// NOLINTBEGIN
14MCNAPI ::mce::framebuilder::PBRTextureDataDescription getPBRTextureDataDescription(
16 ::glm::vec4 const& fallbackMERS,
17 ushort colorMipCount
18);
19// NOLINTEND
20
21} // namespace TextureAtlasHelpers
Definition TextureAtlasItemTextureSetTranslation.h:5