diff options
author | Chris Robinson <[email protected]> | 2012-06-15 23:46:09 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-06-15 23:46:09 -0700 |
commit | ad2643d8af3a47ad24369e4a9189dd95307e5672 (patch) | |
tree | 24070a35bc7a5e9443ccba1300df11328f479558 /include/AL/al.h | |
parent | 46840ee787c7ac95e32765a2c2dec6b7b6fc5c7c (diff) |
Clarify some comments, fix some definition ordering, and add some includes
Diffstat (limited to 'include/AL/al.h')
-rw-r--r-- | include/AL/al.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/AL/al.h b/include/AL/al.h index aac8ffc1..413b3833 100644 --- a/include/AL/al.h +++ b/include/AL/al.h @@ -269,7 +269,7 @@ typedef void ALvoid; * * The distance in units that no attenuation occurs. * - * At 0.0, no distance attenuation ever occurs. + * At 0.0, no distance attenuation ever occurs on non-linear attenuation models. */ #define AL_REFERENCE_DISTANCE 0x1020 @@ -304,7 +304,7 @@ typedef void ALvoid; * * The distance above which the source is not attenuated any further with a * clamped distance model, or where attenuation reaches 0.0 gain for linear - * distance models. + * distance models with a default rolloff factor. */ #define AL_MAX_DISTANCE 0x1023 @@ -325,7 +325,8 @@ typedef void ALvoid; * A Source is Streaming if one or more Buffers have been attached using * alSourceQueueBuffers. * - * A Source is Undetermined when it has the NULL buffer attached. + * A Source is Undetermined when it has the NULL buffer attached using + * AL_BUFFER. */ #define AL_SOURCE_TYPE 0x1027 |