LeviLamina
Loading...
Searching...
No Matches
TextureConversionUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cg { class ImageBuffer; }
8// clang-format on
9
10namespace cg {
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCAPI_C static ::std::optional<::cg::ImageBuffer>
17 convertUnsupportedImageToSupportedGPUImage(::cg::ImageBuffer const& sourceImageBuffer);
18 // NOLINTEND
19};
20
21} // namespace cg
Definition ImageBuffer.h:16
Definition TextureConversionUtils.h:12