diff options
| author | 3gg <3gg@shellblade.net> | 2025-11-02 15:57:16 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-11-02 15:57:16 -0800 |
| commit | d7220ee51c59cd3e51927f2f5e0388c8573f1792 (patch) | |
| tree | d949b88768f09e06f9456a8028ae89ef53e8a091 /include | |
| parent | d3bfccdc4f90aabfa3493b0db0e6fe357a527485 (diff) | |
Fix view/accessor offset and invariants; fix loading of Flight Helmet
Diffstat (limited to 'include')
| -rw-r--r-- | include/gfx/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gfx/core.h b/include/gfx/core.h index 5a05cda..25b8779 100644 --- a/include/gfx/core.h +++ b/include/gfx/core.h | |||
| @@ -93,6 +93,7 @@ typedef struct BufferDesc { | |||
| 93 | size_t offset_bytes; \ | 93 | size_t offset_bytes; \ |
| 94 | size_t size_bytes; \ | 94 | size_t size_bytes; \ |
| 95 | size_t stride_bytes; \ | 95 | size_t stride_bytes; \ |
| 96 | size_t count; \ | ||
| 96 | } NAME; | 97 | } NAME; |
| 97 | 98 | ||
| 98 | /// A buffer view for untyped data. | 99 | /// A buffer view for untyped data. |
