ClassiCube icon indicating copy to clipboard operation
ClassiCube copied to clipboard

Add stream vertex buffer type

Open UnknownShadow200 opened this issue 1 year ago • 0 comments

ClassiCube currently has just static and dynamic vertex buffers, but really needs 3 types:

  • Static vertex buffers (created once and then never modified)
  • Dynamic vertex buffers (Modified fairly often but still persisted across frames, like 2D menus)
  • Stream vertex buffers (Updated every single frame with no need to persist)

UnknownShadow200 avatar Oct 12 '23 09:10 UnknownShadow200