![]() |
Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
|
#include <stdio.h>#include <cstdint>#include "gtest/gtest.h"#include "../RenderingLibrary/Include/image_data.hpp"Go to the source code of this file.
Functions | |
| TEST (ImageDataTests, PixelAssignment) | |
| TEST (ImageDataTests, ImageDataAssignment) | |
| TEST (ImageDataTests, GetImageDataEmpty) | |
| TEST (ImageDataTests, InappropriateAccess) | |
| TEST (ImageDataTest, SaveLoadTextureJpg) | |
| TEST (ImageDataTest, SaveLoadTexturePng) | |
| TEST (ImageDataTest, IncorrectTextureFilepath) | |
| TEST | ( | ImageDataTest | , |
| IncorrectTextureFilepath | ) |
Definition at line 94 of file image_data_tests.cpp.
| TEST | ( | ImageDataTest | , |
| SaveLoadTextureJpg | ) |
Definition at line 66 of file image_data_tests.cpp.
| TEST | ( | ImageDataTest | , |
| SaveLoadTexturePng | ) |
Definition at line 80 of file image_data_tests.cpp.
| TEST | ( | ImageDataTests | , |
| GetImageDataEmpty | ) |
Definition at line 49 of file image_data_tests.cpp.
| TEST | ( | ImageDataTests | , |
| ImageDataAssignment | ) |
Definition at line 28 of file image_data_tests.cpp.
| TEST | ( | ImageDataTests | , |
| InappropriateAccess | ) |
Definition at line 58 of file image_data_tests.cpp.