Collect information for future work

This commit is contained in:
2024-02-06 22:21:44 -05:00
parent b20e6133a4
commit 507615df97
6 changed files with 46 additions and 39 deletions

View File

@@ -16,7 +16,7 @@ namespace JabyEngine {
#ifdef __USE_DEBUG_COLOR__
#define __debug_boot_color_at(color, x, y, scale) { \
::JabyEngine::GPU::internal::quick_fill_fast(color, {{64*x, 64*y}, {static_cast<uint16_t>(64*scale), static_cast<uint16_t>(64*scale)}}); \
::JabyEngine::GPU::internal::quick_fill_fast(color, ::JabyEngine::GPU::AreaU16::create(64*x, 64*y, static_cast<uint16_t>(64*scale), static_cast<uint16_t>(64*scale))); \
}
#define __debug_boot_print_at(color, x, y, scale, ...) { \