23 using TextureSetCompressedLayer = ::std::pair<::cg::TextureSetLayerType, ::cg::CompressedImageBuffer>;
25 using TextureSetImageContainerList = ::std::vector<::cg::TextureSetLayerImageMipList>;
30 ::ll::TypedStorage<8, 24, ::std::vector<::cg::TextureSetLayerImageMipList>> mLayerImageList;
31 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::cg::TextureSetLayerType, ::cg::CompressedImageBuffer>>>
44 MCAPI_C
void addImage(::cg::TextureSetLayerType
const& layerType,
::cg::ImageBuffer imageBuffer);
47 addImage(::cg::TextureSetLayerType
const& layerType, ::std::shared_ptr<::cg::ImageResource> imageResource);
49 MCAPI_C ::cg::ImageDescription
50 getImageDescription(::cg::TextureSetLayerType
const& layerType, uint64 mipLevel)
const;
Definition TextureSetImageContainer.h:20
static MCAPI void ** $vftable()
Definition TextureSetLayerImageMipList.h:16