aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-27 00:32:53 -0800
committerChris Robinson <[email protected]>2010-11-27 00:32:53 -0800
commit2a123a4760d853eb300c684a6e3fc14efa86fe57 (patch)
tree6030c7ef916b0df2dec7f9ece405bfa9d790ac73 /OpenAL32/Include/alBuffer.h
parent4689ffb72d4b068a374901ff5fbfff205b9aa70f (diff)
Support 64-bit double buffers directly
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 06823ace..44a05915 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -11,6 +11,7 @@ enum FmtType {
FmtUByte,
FmtShort,
FmtFloat,
+ FmtDouble,
};
enum FmtChannels {