|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include <AssetManager.h>
Public Member Functions | |
| template<typename T> | |
| bool | operator> (const T &other) |
| template<typename T> | |
| bool | operator< (const T &other) |
Public Attributes | |
| uint32_t | index = 0u |
| std::shared_ptr< Texture > | texture = nullptr |
Definition at line 104 of file AssetManager.h.
|
inline |
Definition at line 116 of file AssetManager.h.
References index.
|
inline |
Definition at line 110 of file AssetManager.h.
References index.
| uint32_t EngineCore::TextureStorage::index = 0u |
Definition at line 106 of file AssetManager.h.
Referenced by operator<(), and operator>().
| std::shared_ptr<Texture> EngineCore::TextureStorage::texture = nullptr |
Definition at line 107 of file AssetManager.h.