/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/Foundation/Platform/Win/ConsoleWriter_Platform.inl
6 строк
176 B
C-Core
Refactored mesh vertex stream declaration (#1676)
30 сен 2025, 22:07
Не верифицирован
30 сен 2025, 22:07
d611429
Код
Авторство
О чём код?
#include <Foundation/Platform/Win/Utils/IncludeWindows.h> void SetConsoleColor(ezUInt8 uiColor) { SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), (WORD)uiColor); }