Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Colors Namespace Reference

Colors mainly used for debugging with Tracy. More...

Variables

constexpr uint32_t Cyan = 0x00FFFF
constexpr uint32_t Gray = 0x808080
constexpr uint32_t Green = 0x00FF00
constexpr uint32_t Orange = 0xFF6600
constexpr uint32_t Blue = 0x0066FF
constexpr uint32_t Red = 0xFF0000
constexpr uint32_t Turquoise = 0x40E0D0
constexpr uint32_t Purple = 0x9900FF
constexpr uint32_t LightBlue = 0x0080FF
constexpr uint32_t Yellow = 0xFFFF00
constexpr uint32_t Magenta = 0xFF00FF

Detailed Description

Colors mainly used for debugging with Tracy.

Variable Documentation

◆ Blue

uint32_t Colors::Blue = 0x0066FF
inlineconstexpr

Definition at line 12 of file Colors.h.

Referenced by EngineCore::Renderer::renderToXr().

◆ Cyan

◆ Gray

uint32_t Colors::Gray = 0x808080
inlineconstexpr

Definition at line 9 of file Colors.h.

Referenced by EngineCore::Renderer::recordXrSwapchainImageWritableBarrier().

◆ Green

◆ LightBlue

uint32_t Colors::LightBlue = 0x0080FF
inlineconstexpr

Definition at line 16 of file Colors.h.

◆ Magenta

uint32_t Colors::Magenta = 0xFF00FF
inlineconstexpr

Definition at line 18 of file Colors.h.

◆ Orange

◆ Purple

uint32_t Colors::Purple = 0x9900FF
inlineconstexpr

Definition at line 15 of file Colors.h.

◆ Red

uint32_t Colors::Red = 0xFF0000
inlineconstexpr

◆ Turquoise

uint32_t Colors::Turquoise = 0x40E0D0
inlineconstexpr

Definition at line 14 of file Colors.h.

Referenced by EngineCore::Renderer::renderToXr().

◆ Yellow

uint32_t Colors::Yellow = 0xFFFF00
inlineconstexpr

Definition at line 17 of file Colors.h.