|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include <Material.h>
Public Member Functions | |
| Material () | |
| Material (Texture *colorTexture) | |
| bool | operator== (const Material &other) const |
Private Attributes | |
| Texture * | colorTexture = nullptr |
Definition at line 7 of file Material.h.
|
default |
References colorTexture, and Material().
Referenced by Material(), and operator==().
|
explicit |
Definition at line 9 of file Material.cpp.
References colorTexture.
| bool EngineCore::Material::operator== | ( | const Material & | other | ) | const |
Definition at line 11 of file Material.cpp.
References colorTexture, EngineCore::Texture::getVkImage(), and Material().
|
private |
Definition at line 16 of file Material.h.
Referenced by Material(), Material(), and operator==().