clay/renderers/win32_gdi
Philosoph228 607af63b08
Change HWND_DESKTOP to NULL in GetDC() calls
At first I liked the idea to use something more semantic to pass as `HWND` to get the screen device context. And there is a HWND_DESKTOP macro which just a simple alias to NULL, but it is actually designed for CreateWindow and naming isn't clear enough. It may confuse someone who reading code that we're trying to get not the screen dc, but that desktop window dc itself. So I won't stand out let it be NULL as that commonly used.
2025-04-02 11:37:55 +05:00
..
clay_renderer_gdi.c Change HWND_DESKTOP to NULL in GetDC() calls 2025-04-02 11:37:55 +05:00
README.md Update README 2025-03-13 09:21:09 +13:00

The windows GDI renderer example is missing the following:

  • Images
  • Rendering Rounded Rectangle borders
  • Custom Fonts (font size)