Paste: diff of openal.factor
Author: | zedas |
Mode: | text |
Date: | Mon, 8 Dec 2008 01:19:03 |
Plain Text |
5,6c5
< openal.backend specialized-arrays.direct.uint specialized-arrays.uint
< accessors ;
---
> openal.backend ;
9,11d7
< ! NOTE: Three functions are actually not in the lib but in the header: alGetSource3i, alSource3i,
< ! and alSourceiv. Will need to look at them later.
<
147a144,145
> FUNCTION: void alSource3i ( ALuint sid, ALenum param, ALint value1, ALint value2, ALint value3 ) ;
> FUNCTION: void alSourceiv ( ALuint sid, ALenum param, ALint* values ) ;
151a150
> FUNCTION: void alGetSource3i ( ALuint sid, ALenum param, ALint* value1, ALint* value2, ALint* value3) ;
243,246d241
< : c-uint-array> ( object object -- object ) <direct-uint-array> >array ;
< : >c-uint-array ( object -- object ) >uint-array underlying>> ;
<
<
New Annotation