Luanti 5.15.0-dev
 
Loading...
Searching...
No Matches
TextureRequest Struct Reference
+ Collaboration diagram for TextureRequest:

Public Member Functions

void print (std::ostream &to) const
 
bool operator== (const TextureRequest &other) const
 
bool operator!= (const TextureRequest &other) const
 

Public Attributes

video::E_TEXTURE_TYPE type = video::ETT_2D
 
std::vector< std::string > images
 

Member Function Documentation

◆ operator!=()

bool TextureRequest::operator!= ( const TextureRequest & other) const
inline

◆ operator==()

bool TextureRequest::operator== ( const TextureRequest & other) const
inline

References images, and type.

◆ print()

void TextureRequest::print ( std::ostream & to) const
inline

References images.

Referenced by TextureSource::processRequestQueued().

+ Here is the caller graph for this function:

Member Data Documentation

◆ images

std::vector<std::string> TextureRequest::images

◆ type

video::E_TEXTURE_TYPE TextureRequest::type = video::ETT_2D

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