Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Use std::span for iterator/data pointer in glContainer | Dan Goodliffe | 2024-01-13 |
* | Reformat with new clang-format | Dan Goodliffe | 2023-11-07 |
* | Refactor InstanceVertices in terms of glContainer | Dan Goodliffe | 2023-05-01 |
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
* | Don't fill the instances unused vector unnecessarily | Dan Goodliffe | 2023-04-22 |
* | Test instancing automatic unmap when count is called, add some nodiscard | Dan Goodliffe | 2023-04-22 |
* | Fix the instancing maintenance | Dan Goodliffe | 2023-04-22 |
* | Instances buffer data needs to be unmapped before use | Dan Goodliffe | 2023-04-21 |
* | First cut of instance vertices and proxy | Dan Goodliffe | 2023-04-17 |