aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/buffer.rs
AgeCommit message (Collapse)Author
2024-08-25feat(render): proper error handlingtcmal
2024-08-25chore(render): update hal and fix some errorstcmal
2024-08-25chore(all): remove copyright notices from filestcmal
2024-08-25chore(all): fix lintstcmal
2024-08-25feat(render): rendy-memory for texturestcmal
unfortunately this involves downgrading gfx-hal
2024-08-25fix(render): use coherent memorytcmal
applies to texture loading and vertex buffers. rather than flushing mapped memory.
2024-08-25chore(all): update copyrighttcmal
2024-08-25chore(all): style formatting and clippy fixestcmal
2024-08-25refactor(render): docs/comments and error handling for missing texturestcmal
2024-08-25feat(render): drawing with multiple texture arraystcmal
requires faces to be sorted by depth to work properly, which isn't currently happening
2024-08-25feat(render): 3D projectiontcmal
2024-08-25fix(render): fix some validation warningstcmal
2024-08-25feat(render): texture storetcmal
2024-08-25feat(render): add size parameter during stagedbuffer creationtcmal
2024-08-25refactor(render): update gfx-hal and use staging and index buffers.tcmal
also some minor changes to types because of deprecation and a bunch of readability improvements
2024-08-25WIP: update gfx-haltcmal