35 MCNAPI
TextureContainer(::cg::ImageBuffer&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
37 MCNAPI
TextureContainer(::std::shared_ptr<::cg::ImageResource>&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
48 MCNAPI
void*
$ctor(::cg::ImageBuffer&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
50 MCNAPI
void*
$ctor(::std::shared_ptr<::cg::ImageResource>&& rhs, ::mce::AllowDroppingMips allowDroppingMips);
Definition TextureContainer.h:17
MCAPI TextureContainer(::cg::ImageBuffer &&rhs, ::mce::AllowDroppingMips allowDroppingMips)
MCAPI void * $ctor(::std::vector<::cg::ImageBuffer > &&rhs, ::mce::TextureDescription const &textureDescription)
MCAPI ~TextureContainer()
MCAPI TextureContainer(::std::vector<::cg::ImageBuffer > &&rhs, ::mce::TextureDescription const &textureDescription)
MCAPI TextureContainer(::std::shared_ptr<::cg::ImageResource > &&rhs, ::mce::AllowDroppingMips allowDroppingMips)
MCAPI void * $ctor(::cg::ImageBuffer &&rhs, ::mce::AllowDroppingMips allowDroppingMips)
MCAPI void * $ctor(::std::shared_ptr<::cg::ImageResource > &&rhs, ::mce::AllowDroppingMips allowDroppingMips)
Definition TextureDescription.h:10