aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-11-11 05:57:32 -0800
committerChris Robinson <[email protected]>2008-11-11 05:57:32 -0800
commitfc4c867f27ed6e4c4cee8f5a5228c2c9543e7ee9 (patch)
tree0124848208a01afd2b36006ef901138c196711ba /OpenAL32/Include/alBuffer.h
parent9ba30c4e20460de9bc1ed2005543d626f73e4af3 (diff)
Add initial AL_EXTX_buffer_sub_data support
Note that this is an in-development extension, as noted by the EXTX moniker instead of EXT. It's behavior is subject to change, and the extension string will be removed (replaced with the official string once it's finalized). Developers are discouraged from using this in production code, though feel free to play around with it.
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 5ae367ed..75e97d18 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -24,6 +24,8 @@ typedef struct ALbuffer_struct
struct ALbuffer_struct *next;
} ALbuffer;
+ALvoid ALAPIENTRY alBufferSubDataEXT(ALuint buffer,ALenum format,const ALvoid *data,ALsizei offset,ALsizei length);
+
ALvoid ReleaseALBuffers(ALvoid);
#ifdef __cplusplus