Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Streamline the instancing maintenance | 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 |
| | | | | | Here we change quite a bit to support mapping and unmapping the buffer as required. The instance/free referencing is still broken though. We add several instances of tree in the render. | ||
* | Expose bufferName and count from InstanceVertices | Dan Goodliffe | 2023-04-20 |
| | |||
* | First cut of instance vertices and proxy | Dan Goodliffe | 2023-04-17 |
Untested outside unit test, allows the use of a glBuffer as a storage container. To be combined with a vertex array and/or mesh etc for massing drawing with glDrawElementsInstanced |