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
7
namespace
cg {
class
ImageBuffer
; }
8
// clang-format on
9
10
namespace
cg {
11
12
class
TextureConversionUtils
{
13
public
:
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
cg::ImageBuffer
Definition
ImageBuffer.h:16
cg::TextureConversionUtils
Definition
TextureConversionUtils.h:12
src
mc
deps
core_graphics
TextureConversionUtils.h
Generated on
for LeviLamina by
1.16.1