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;
33 MCAPI TextureContainer(::cg::ImageBuffer&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
35 MCAPI TextureContainer(::std::shared_ptr<::cg::ImageResource>&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
37 MCAPI TextureContainer(::std::vector<::cg::ImageBuffer>&& rhs, ::mce::TextureDescription
const& textureDescription);
39 MCAPI ~TextureContainer();
45 MCAPI
void* $ctor(::cg::ImageBuffer&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
47 MCAPI
void* $ctor(::std::shared_ptr<::cg::ImageResource>&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
49 MCAPI
void* $ctor(::std::vector<::cg::ImageBuffer>&& rhs, ::mce::TextureDescription
const& textureDescription);
Definition ImageBuffer.h:16
Definition ImageResource.h:12
Definition TextureContainer.h:7