|
CommonLibSSE (Parapets fork)
|
#include <GImage.h>
Public Member Functions | |
| ~GImage () override | |
Public Member Functions inherited from RE::GRefCountBaseNTS< GImage, GStatGroup::kGStat_Image_Mem > | |
| GRefCountBaseNTS ()=default | |
Public Member Functions inherited from RE::GRefCountBaseStatImpl< GRefCountNTSImpl, Stat > | |
| GFC_MEMORY_REDEFINE_NEW_IMPL (GRefCountNTSImpl, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType) | |
Public Member Functions inherited from RE::GRefCountNTSImpl | |
| void | AddRef () |
| void | Release () |
Public Member Functions inherited from RE::GRefCountImplCore | |
| virtual | ~GRefCountImplCore ()=default |
| constexpr std::uint32_t | GetRefCount () const noexcept |
Additional Inherited Members | |
Public Types inherited from RE::GRefCountBaseNTS< GImage, GStatGroup::kGStat_Image_Mem > | |
| enum | |
Public Types inherited from RE::GImageBase | |
| enum class | ImageFormat { kNone = 0 , kARGB_8888 = 1 , kRGB_888 = 2 , kL_8 = 8 , kA_8 = 9 , kDXT1 = 10 , kDXT3 = 11 , kDXT5 = 12 , kP_8 = 100 , kYUV_822 = 200 , kYUVA_8228 = 201 } |
Static Public Member Functions inherited from RE::GRefCountImplCore | |
| static void | CheckInvalidDelete (GRefCountImplCore *) |
Public Attributes inherited from RE::GImageBase | |
| stl::enumeration< ImageFormat, std::uint32_t > | format |
| std::uint32_t | width |
| std::uint32_t | height |
| std::uint32_t | pitch |
| std::uint8_t * | data |
| std::uint32_t | dataSize |
| std::uint32_t | mipMapCount |
| GArray< GColor > | colorMap |
Static Public Attributes inherited from RE::GRefCountImplCore | |
| static constexpr auto | RTTI = RTTI_GRefCountImplCore |
Protected Attributes inherited from RE::GRefCountImplCore | |
| volatile std::uint32_t | _refCount { 1 } |
| std::uint32_t | _pad0C { 0 } |
|
override |