Kirill Edelman
Kirill Edelman
@htoyryla Heya, could you update your repo and merge with most recent jcjohnson? I couldn't get `original_colors` param to work with yours. Thank you!
@NickBlow, @abargnesi I'm still unable to get these characters to render. Can somebody clarify this for me please - where does this `.fonts` directory go? I added the same fonts...
By stepping through code, and patching `get_complete_mod_color` I arrived to actual rendering inside `PrimitiveBatchV` in `Renderer_GL_Common.inl`: ``` if(indices == NULL) glDrawArrays(GL_TRIANGLES, 0, num_indices); else glDrawElements(GL_TRIANGLES, num_indices, GL_UNSIGNED_SHORT, (void*)0); ``` As...
For my purposes, it would be perfectly acceptable to use `GPU_Polygon`, to draw a line strip (if we can get thickness to work), if `GPU_Polygon` had another parameter that let...
Could you take a look at my commit, please?
Your update fixed my issue perfectly. Shapes and Blits now obey the current transform. Thank you!
I'm having the same problem. README seems to imply that Cuda is not required if you're planning to run on the CPU. It would be nice to see instructions on...