|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | Colors |
| Colors mainly used for debugging with Tracy. | |
Variables | |
| constexpr uint32_t | Colors::Cyan = 0x00FFFF |
| constexpr uint32_t | Colors::Gray = 0x808080 |
| constexpr uint32_t | Colors::Green = 0x00FF00 |
| constexpr uint32_t | Colors::Orange = 0xFF6600 |
| constexpr uint32_t | Colors::Blue = 0x0066FF |
| constexpr uint32_t | Colors::Red = 0xFF0000 |
| constexpr uint32_t | Colors::Turquoise = 0x40E0D0 |
| constexpr uint32_t | Colors::Purple = 0x9900FF |
| constexpr uint32_t | Colors::LightBlue = 0x0080FF |
| constexpr uint32_t | Colors::Yellow = 0xFFFF00 |
| constexpr uint32_t | Colors::Magenta = 0xFF00FF |