diff options
author | Chris Robinson <[email protected]> | 2010-05-13 02:03:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-05-13 02:03:48 -0700 |
commit | 0ce138341c73edc1d42158760bb2d402419361dd (patch) | |
tree | db1a3e68d264ede01812c2622ab02af4de14fd0a /OpenAL32/Include | |
parent | 61b682131e4fa03197207eadb5751619e477c228 (diff) |
Add initial structural support for AL_EXT_loop_points
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index 81721de2..7d3d59ac 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -21,6 +21,9 @@ typedef struct ALbuffer ALsizei OriginalSize; ALsizei OriginalAlign; + ALsizei LoopStart; + ALsizei LoopEnd; + ALuint refcount; // Number of sources using this buffer (deletion can only occur when this is 0) // Index to itself |