|
Unravel Engine C++ Reference
|
#include "texture.h"#include <base/hash.hpp>#include <cstdint>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | gfx::texture_key |
| struct | gfx::fbo_key |
| struct | std::hash< gfx::texture_key > |
| struct | std::hash< gfx::fbo_key > |
Namespaces | |
| namespace | gfx |
| namespace | std |
| Hash specialization for batch_key to enable use in std::unordered_map. | |
Functions | |
| bool | gfx::operator== (const texture_key &key1, const texture_key &key2) |
| bool | gfx::operator== (const fbo_key &key1, const fbo_key &key2) |