sokol-multithread
sokol-multithread copied to clipboard
A simple wrapper for sokol_gfx enabling multithreaded rendering.
Results
1
sokol-multithread issues
Sort by
recently updated
recently updated
newest added
In this part is interesting to return an error or print if size is too big: ``` // data size too big? if ((size_t)data.size > sizeof(SokolRenderCommand::apply_uniforms.buf)) { return; } ```...