LeviLamina
Loading...
Searching...
No Matches
mce::Image Struct Reference

Public Types

using Storage = ::mce::Blob
 

Public Member Functions

Imageoperator= (Image const &)
 
 Image (Image const &)
 
MCAPI Image (uint w, uint h, ::mce::ImageFormat format, ::mce::ImageUsage usage)
 
MCAPI::mce::Image clone () const
 
MCAPI::mce::Image & operator= (::mce::Image &&)
 
MCAPI void resizeImageBytesToFitImageDescription ()
 
MCAPI ~Image ()
 
MCAPI void * $ctor (uint w, uint h, ::mce::ImageFormat format, ::mce::ImageUsage usage)
 
MCAPI void $dtor ()
 

Public Attributes

::ll::TypedStorage< 4, 4, ::mce::ImageFormat > imageFormat
 
::ll::TypedStorage< 4, 4, uint > mWidth
 
::ll::TypedStorage< 4, 4, uint > mHeight
 
::ll::TypedStorage< 4, 4, uint > mDepth
 
::ll::TypedStorage< 1, 1, ::mce::ImageUsage > mUsage
 
::ll::TypedStorage< 8, 24, ::mce::BlobmImageBytes
 

Constructor & Destructor Documentation

◆ Image()

MCAPI mce::Image::Image ( uint w,
uint h,
::mce::ImageFormat format,
::mce::ImageUsage usage )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ~Image()

MCAPI mce::Image::~Image ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ clone()

MCAPI::mce::Image mce::Image::clone ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator=()

MCAPI::mce::Image & mce::Image::operator= ( ::mce::Image && )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ resizeImageBytesToFitImageDescription()

MCAPI void mce::Image::resizeImageBytesToFitImageDescription ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * mce::Image::$ctor ( uint w,
uint h,
::mce::ImageFormat format,
::mce::ImageUsage usage )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void mce::Image::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this struct was generated from the following file: