3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/minecraft_renderer/renderer/AllowDroppingMips.h"
7#include "mc/deps/renderer/hal/TextureDescription.h"
21 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::cg::ImageResource>> mStorage;
22 ::ll::TypedStorage<4, 64, ::mce::TextureDescription> mDescription;
23 ::ll::TypedStorage<1, 1, ::mce::AllowDroppingMips> mAllowDroppingMips;
28 TextureContainer& operator=(TextureContainer
const&);
29 TextureContainer(TextureContainer
const&);
34 MCAPI TextureContainer();
36 MCAPI TextureContainer(::mce::TextureContainer&& rhs);
38 MCAPI TextureContainer(::cg::ImageBuffer&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
40 MCAPI TextureContainer(::std::shared_ptr<::cg::ImageResource>&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
42 MCAPI TextureContainer(::std::vector<::cg::ImageBuffer>&& rhs, ::mce::TextureDescription
const& textureDescription);
44 MCAPI ::cg::ImageBuffer
const& getImage(uint mipLevel)
const;
46 MCFOLD ::mce::TextureDescription
const& getTextureDescription()
const;
48 MCAPI
bool isValid()
const;
50 MCAPI ::mce::TextureContainer& operator=(::cg::ImageBuffer&& rhs);
52 MCAPI ~TextureContainer();
60 MCAPI
void* $ctor(::mce::TextureContainer&& rhs);
62 MCAPI
void* $ctor(::cg::ImageBuffer&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
64 MCAPI
void* $ctor(::std::shared_ptr<::cg::ImageResource>&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
66 MCAPI
void* $ctor(::std::vector<::cg::ImageBuffer>&& rhs, ::mce::TextureDescription
const& textureDescription);
Definition ImageBuffer.h:16
Definition ImageResource.h:12
Definition TextureContainer.h:7