Collect information for future work
This commit is contained in:
@@ -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, ...) { \
|
||||
|
||||
Reference in New Issue
Block a user