LeviLamina
Loading...
Searching...
No Matches
TextureAtlasTile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core_graphics/TextureSetLayerType.h"
7
8// auto generated forward declare list
9// clang-format off
12namespace cg { struct ImageDescription; }
13// clang-format on
14
15class TextureAtlasTile {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::UntypedStorage<8, 24> mUnk3c7861;
20 ::ll::UntypedStorage<8, 24> mUnkb1a08e;
21 ::ll::UntypedStorage<4, 16> mUnk62d1eb;
22 ::ll::UntypedStorage<1, 1> mUnkd942a3;
23 ::ll::UntypedStorage<4, 4> mUnk7a10db;
24 ::ll::UntypedStorage<4, 16> mUnk2f522b;
25 ::ll::UntypedStorage<1, 1> mUnkd721bd;
26 ::ll::UntypedStorage<1, 1> mUnkdbba8e;
27 ::ll::UntypedStorage<1, 1> mUnk129141;
28 ::ll::UntypedStorage<4, 4> mUnk62b7a5;
29 ::ll::UntypedStorage<4, 4> mUnk6731d6;
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
34 TextureAtlasTile& operator=(TextureAtlasTile const&);
35 TextureAtlasTile(TextureAtlasTile const&);
36 TextureAtlasTile();
37
38public:
39 // member functions
40 // NOLINTBEGIN
42 ::AbstractTextureAccessor const& textureAccessor,
43 ::ResourceLocation const& resourceLocation,
44 ::std::optional<::cg::ImageDescription>& optImageDescription,
45 ::cg::TextureSetLayerType const textureSetLayerType
46 );
47 // NOLINTEND
48};
Definition AbstractTextureAccessor.h:5
Definition ResourceLocation.h:15
Definition TextureAtlasTile.h:5
MCAPI void _calculateTileDimensions(::AbstractTextureAccessor const &textureAccessor, ::ResourceLocation const &resourceLocation, ::std::optional<::cg::ImageDescription > &optImageDescription, ::cg::TextureSetLayerType const textureSetLayerType)
Definition ImageDescription.h:14