LeviLamina
Loading...
Searching...
No Matches
AsyncCachedTextureLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace cg { struct ImageBuffer; }
9namespace mce { class TextureGroup; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI ::cg::ImageBuffer*
31
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40};
Definition AsyncCachedTextureLoader.h:12
MCAPI::cg::ImageBuffer * getCachedImageOrLoadAsync(::ResourceLocation const &imageToLoad, ::mce::TextureGroup &textureGroup)
Definition ResourceLocation.h:14
Definition TextureGroup.h:34
Definition _HeaderOutputPredefine.h:273