LeviLamina
Loading...
Searching...
No Matches
TextureGroupImageCache.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/renderer/texture/IImageCache.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cg { class ImageBuffer; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::UntypedStorage<8, 8> mUnk11a07a;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 TextureGroupImageCache& operator=(TextureGroupImageCache const&);
24 TextureGroupImageCache(TextureGroupImageCache const&);
25 TextureGroupImageCache();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~TextureGroupImageCache() /*override*/ = default;
31
32 virtual ::cg::ImageBuffer* getCachedImage(::ResourceLocation const& resourceLocation) /*override*/;
33
34 virtual ::cg::ImageBuffer*
35 insertImageIntoCache(::ResourceLocation const& resourceLocation, ::cg::ImageBuffer&& imageBuffer) /*override*/;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCNAPI ::cg::ImageBuffer* $getCachedImage(::ResourceLocation const& resourceLocation);
42
43 MCNAPI ::cg::ImageBuffer*
44 $insertImageIntoCache(::ResourceLocation const& resourceLocation, ::cg::ImageBuffer&& imageBuffer);
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition IImageCache.h:5
Definition ResourceLocation.h:15
Definition TextureGroupImageCache.h:5
MCAPI::cg::ImageBuffer * $getCachedImage(::ResourceLocation const &resourceLocation)
static MCAPI void ** $vftable()
MCAPI::cg::ImageBuffer * $insertImageIntoCache(::ResourceLocation const &resourceLocation, ::cg::ImageBuffer &&imageBuffer)
Definition ImageBuffer.h:16