sead
Loading...
Searching...
No Matches
sead::TextureCafeGX2 Class Reference

#include <seadTextureCafeGX2.h>

Inherits sead::Texture.

Public Member Functions

 TextureCafeGX2 ()
virtual ~TextureCafeGX2 ()
virtual u32 getWidth () const
virtual u32 getHeight () const
const GX2Texture * getGX2Texture () const
GX2Texture * getGX2Texture ()
void setGX2Texture (GX2Texture *texture)
Public Member Functions inherited from sead::Texture
 Texture ()
virtual ~Texture ()

Private Attributes

GX2Texture * mGX2Texture

Constructor & Destructor Documentation

◆ TextureCafeGX2()

sead::TextureCafeGX2::TextureCafeGX2 ( )
inline

◆ ~TextureCafeGX2()

virtual sead::TextureCafeGX2::~TextureCafeGX2 ( )
inlinevirtual

Member Function Documentation

◆ getWidth()

u32 sead::TextureCafeGX2::getWidth ( ) const
virtual

Implements sead::Texture.

◆ getHeight()

u32 sead::TextureCafeGX2::getHeight ( ) const
virtual

Implements sead::Texture.

◆ getGX2Texture() [1/2]

const GX2Texture * sead::TextureCafeGX2::getGX2Texture ( ) const
inline

◆ getGX2Texture() [2/2]

GX2Texture * sead::TextureCafeGX2::getGX2Texture ( )
inline

◆ setGX2Texture()

void sead::TextureCafeGX2::setGX2Texture ( GX2Texture * texture)
inline

Member Data Documentation

◆ mGX2Texture

GX2Texture* sead::TextureCafeGX2::mGX2Texture
private