[Openal-devel] Setting of attributes and constness
Chris Robinson
chris.kcat at gmail.com
Mon Jun 23 15:02:09 PDT 2008
On Monday 23 June 2008 01:09:48 pm you wrote:
> I'm not refering to any implementation in particular, I'm reading it from
> the OpenAL 1.1 specification (PDF version) which I pulled from
> http://openal.org/documentation.html
>
> For example, the "v" form of the listener attribute setting functions
> according to the 1.1 specification is:
>
> void alListenerfv(
> ALenum param,
> ALfloat *values
> );
>
> Is the PDF version of the specification just in error here (and the other
> similar functions) or is it that the implementation diverges from the
> specified interface?
Seems as though it's just an error in the PDF. The SDK includes and the
includes in the SVN repo both qualify the proper parameters with const.
More information about the Openal-devel
mailing list