|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include <GltfLoader.h>
Public Member Functions | |
| GltfTextureData ()=default | |
| GltfTextureData (const tinygltf::Image &image) | |
| tinygltf::Image | getImage () const |
| bool | hasTextureData () const |
Private Attributes | |
| tinygltf::Image | image = tinygltf::Image() |
Definition at line 58 of file GltfLoader.h.
|
default |
|
inline |
Definition at line 61 of file GltfLoader.h.
References image.
|
inlinenodiscard |
Definition at line 64 of file GltfLoader.h.
References image.
Referenced by EngineCore::Texture::createTexturePath().
|
nodiscard |
Definition at line 142 of file GltfLoader.cpp.
References image.
|
private |
Definition at line 69 of file GltfLoader.h.
Referenced by getImage(), GltfTextureData(), and hasTextureData().