Valaphee The Meerkat
Valaphee The Meerkat
On a different note, whats the minimum supported Desktop GL version? According to README its 3.3+ but this is most likely wrong as glVertexAttribFormat is only supported 4.3 upwards. There...
Ah thanks, didn't saw the VERTEX_BUFFER_LAYOUT private cap. I'll add a proper test shortly. Didn't meant to push the hijacked cube. đŸ˜… DX12 doesn't seem to support 64 bit in...
Sure, I'll finish it up and add some tests, just waited for the OpenGL Non-ES backend to work on Linux (as I switched to Linux)
I should have rebased, oops...
> I just wanted to suggest the MFT store, however, I thought to use it to build the index/cache which would speed up subdirectory search when/if implemented. But you would...
I'm currently trying to create a bare bone GDI renderer as a proof of concept.
They are definitely obsolete to some extend, even though GDI font rendering is still used in CEF and Firefox for example. But newer Windows OS applications seem to use a...
Cairo seems to be a way better choice as it abstracts over the backend and supoorts GDI, Xcb surfaces and OpenVG, Direct2D, software raster and so on. After testing.. it...
I also combined the tests, to check all variants directly in correctness, especially for different widths, as they all use the same SIMD implementation. I would postpone the other implementations...
Ah nice, no problem, I'll take a look today, with the feedback given