nngn
Loading...
Searching...
No Matches
TextureTest Class Reference

#include <texture_test.h>

Inheritance diagram for TextureTest:
Collaboration diagram for TextureTest:

Private Slots

void initTestCase ()
 
void constructor ()
 
void read ()
 
void load_data_test ()
 
void load ()
 
void load_alpha ()
 
void load_err ()
 
void load_ids ()
 
void load_max ()
 
void load_cache ()
 
void remove ()
 

Static Private Attributes

static std::filesystem::path data_file
 
static std::filesystem::path data_alpha_file
 
static std::byte data [nngn::Graphics::TEXTURE_SIZE]
 
static std::byte data_alpha [nngn::Graphics::TEXTURE_SIZE]
 

Member Function Documentation

◆ constructor

void TextureTest::constructor ( )
privateslot
Here is the call graph for this function:

◆ initTestCase

void TextureTest::initTestCase ( )
privateslot

◆ load

void TextureTest::load ( )
privateslot
Here is the call graph for this function:

◆ load_alpha

void TextureTest::load_alpha ( )
privateslot
Here is the call graph for this function:

◆ load_cache

void TextureTest::load_cache ( )
privateslot
Here is the call graph for this function:

◆ load_data_test

void TextureTest::load_data_test ( )
privateslot
Here is the call graph for this function:

◆ load_err

void TextureTest::load_err ( )
privateslot
Here is the call graph for this function:

◆ load_ids

void TextureTest::load_ids ( )
privateslot
Here is the call graph for this function:

◆ load_max

void TextureTest::load_max ( )
privateslot
Here is the call graph for this function:

◆ read

void TextureTest::read ( )
privateslot
Here is the call graph for this function:

◆ remove

void TextureTest::remove ( )
privateslot
Here is the call graph for this function:

Member Data Documentation

◆ data

std::byte TextureTest::data
staticprivate

◆ data_alpha

std::byte TextureTest::data_alpha
staticprivate

◆ data_alpha_file

std::filesystem::path TextureTest::data_alpha_file
staticprivate

◆ data_file

std::filesystem::path TextureTest::data_file
staticprivate

The documentation for this class was generated from the following files: