diff options
author | Chris Robinson <[email protected]> | 2020-11-19 03:23:46 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-11-19 03:23:46 -0800 |
commit | 537510afc83a43d396a3c8658da384013aade448 (patch) | |
tree | 25994aa2724e684d35f6a5e677b7f50b661a9162 /al/buffer.h | |
parent | ee9f0fe3063c61584e7a34d7b3ddc73d8464a29c (diff) |
Put the loop start/end in BufferStorage
Diffstat (limited to 'al/buffer.h')
-rw-r--r-- | al/buffer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/al/buffer.h b/al/buffer.h index bdc87e07..6b5c48ab 100644 --- a/al/buffer.h +++ b/al/buffer.h @@ -47,9 +47,6 @@ struct ALbuffer { ALuint OriginalSize{0}; ALuint OriginalAlign{0}; - ALuint LoopStart{0u}; - ALuint LoopEnd{0u}; - ALuint UnpackAlign{0}; ALuint PackAlign{0}; ALuint UnpackAmbiOrder{1}; |