edubart/sokol_gp

sample-primitive example don't show points grid

Closed this issue · 2 comments

In Ubuntu sample-primitives compilation don't show the points at the lower left quadrant.

static void draw_points(void)

Screenshot from 2024-11-18 10-42-12

I confirm that this started happening for me on GL/GLES backends, but not on D3D11, will investigate eventually. I suspect is due to recent changes in Sokol GFX.

Fixed this in adbe393