add line drawing

This commit is contained in:
veclavtalica
2025-01-23 03:17:05 +03:00
parent 3f9906a918
commit 2df5616410
6 changed files with 74 additions and 5 deletions

View File

@ -170,6 +170,4 @@ void push_quad_payload_to_vertex_buffer_builder(struct QuadBatch batch,
((ElementIndexedQuadWithoutColorWithoutTexture *)builder->base)[index] = payload;
}
SDL_assert(false);
}