CommonLibSSE (Parapets fork)
|
#include <GImageInfoBaseImpl.h>
Public Member Functions | |
~GImageInfoBaseImpl () override | |
GTexture * | GetTexture (GRenderer *a_renderer) override |
void | OnChange (GRenderer *a_renderer, EventType a_changeType) |
![]() | |
virtual | ~GImageInfoBase () |
virtual std::uint32_t | GetWidth () const =0 |
virtual std::uint32_t | GetHeight () const =0 |
virtual GImageInfoBase * | CreateSubImage (const GRect< std::int32_t > &a_rect, GMemoryHeap *a_heap=GMemory::GetGlobalHeap()) |
virtual GRect< std::int32_t > | GetRect () const |
virtual std::uint32_t | GetImageInfoType () const |
![]() | |
GRefCountBaseNTS ()=default | |
![]() | |
GFC_MEMORY_REDEFINE_NEW_IMPL (GRefCountNTSImpl, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType) | |
![]() | |
void | AddRef () |
void | Release () |
![]() | |
virtual | ~GRefCountImplCore ()=default |
constexpr std::uint32_t | GetRefCount () const noexcept |
![]() | |
virtual | ~ChangeHandler ()=default |
virtual bool | Recreate (GRenderer *a_renderer) |
Public Attributes | |
GPtr< GTexture > | texture |
std::uint32_t | textureUsage |
std::uint32_t | pad24 |
Additional Inherited Members | |
![]() | |
enum class | ImageInfoType { kImageInfo , kSubImageInfo , kOther } |
![]() | |
enum | |
![]() | |
enum class | EventType { kDataChange , kDataLost , kRendererReleased } |
![]() | |
static void | CheckInvalidDelete (GRefCountImplCore *) |
![]() | |
static constexpr auto | RTTI = RTTI_GRefCountImplCore |
![]() | |
volatile std::uint32_t | _refCount { 1 } |
std::uint32_t | _pad0C { 0 } |
|
override |
Implements RE::GImageInfoBase.
Reimplemented from RE::GTexture::ChangeHandler.
std::uint32_t RE::GImageInfoBaseImpl::pad24 |
std::uint32_t RE::GImageInfoBaseImpl::textureUsage |