aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-11-25 18:56:10 -0800
committerChris Robinson <[email protected]>2008-11-25 18:56:10 -0800
commit55b9ccc2deacf6870cabff704239caf2c85493fa (patch)
tree2b743e582670e48b9aa67ba830805a4e7d483d69 /OpenAL32/Include/alSource.h
parent67d67a3bf636dc2cdaf0faf75875e0a17cb29577 (diff)
Implement AL_EXTX_source_distance_model
As with other EXTX extensions, this is subject to change and removal as the spec gets worked on
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 617dc4e3..b79f43d6 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -48,6 +48,7 @@ typedef struct ALsource
ALfloat vOrientation[3];
ALboolean bHeadRelative;
ALboolean bLooping;
+ ALenum DistanceModel;
ALuint ulBufferID;