clay/examples/win32_gdi
Philosoph228 9a6c66912b
Implement bit flags to toggle GDI renderer features
Instead of `gdi_fabulous` introduced some bit flags for enabling/disabling features individually. Mainly for testing and benchmarking purposes of these features until we decide the best implementation for each of them. So they are enabled by setting flags with `Clay_Win32_SetRendererFlags()` in user code (demo in this case)
2025-04-02 11:54:35 +05:00
..
resources Add missing font resource 2025-03-25 09:49:24 +05:00
build.ps1 Added win32 samples (first pass) 2025-03-10 09:23:36 -05:00
CMakeLists.txt Add support for font loading and rendering 2025-03-24 05:50:10 +05:00
main.c Implement bit flags to toggle GDI renderer features 2025-04-02 11:54:35 +05:00