#include <palette_debug.h>
Public Attributes | |
| std::string | location |
| std::string | message |
| PaletteDebugLevel | level |
| int | palette_id |
| int | color_count |
| std::vector< uint8_t > | sample_colors |
| uint64_t | timestamp_ms |
| int | sequence_number |
Definition at line 19 of file palette_debug.h.
| std::string yaze::zelda3::PaletteDebugEvent::location |
Definition at line 20 of file palette_debug.h.
Referenced by yaze::zelda3::PaletteDebugger::LogPaletteApplication(), yaze::zelda3::PaletteDebugger::LogPaletteLoad(), yaze::zelda3::PaletteDebugger::LogSurfaceState(), and yaze::zelda3::PaletteDebugger::LogTextureCreation().
| std::string yaze::zelda3::PaletteDebugEvent::message |
Definition at line 21 of file palette_debug.h.
Referenced by yaze::zelda3::PaletteDebugger::LogPaletteApplication(), yaze::zelda3::PaletteDebugger::LogPaletteLoad(), yaze::zelda3::PaletteDebugger::LogSurfaceState(), and yaze::zelda3::PaletteDebugger::LogTextureCreation().
| PaletteDebugLevel yaze::zelda3::PaletteDebugEvent::level |
Definition at line 22 of file palette_debug.h.
| int yaze::zelda3::PaletteDebugEvent::palette_id |
Definition at line 23 of file palette_debug.h.
| int yaze::zelda3::PaletteDebugEvent::color_count |
Definition at line 24 of file palette_debug.h.
Referenced by yaze::zelda3::PaletteDebugger::LogPaletteLoad().
| std::vector<uint8_t> yaze::zelda3::PaletteDebugEvent::sample_colors |
Definition at line 25 of file palette_debug.h.
Referenced by yaze::zelda3::PaletteDebugger::LogPaletteLoad().
| uint64_t yaze::zelda3::PaletteDebugEvent::timestamp_ms |
Definition at line 26 of file palette_debug.h.
| int yaze::zelda3::PaletteDebugEvent::sequence_number |
Definition at line 27 of file palette_debug.h.