34468b868d
GenSource( out uint ) GenBuffer( out uint ) DeleteSource and DeleteBuffer changed to use 'ref' keyword to be consistent with Gen functions. GenEffect( out uint ) DeleteEffect( ref uint ) GenFilter( out uint ) DeleteFilter( ref uint ) GenAuxiliaryEffectSlot( out uint ); DeleteAuxiliaryEffectSlot( ref uint ) (changed from previously passing by value, and removed the 's' in name ) renamed "DeleteAuxiliaryEffectSlots( int slot )" to "DeleteAuxiliaryEffectSlot( int slot )" renamed "int GenAuxiliaryEffectSlots()" to "int GenAuxiliaryEffectSlot()" New: ALSourceType GetSourceType( uint sid ) ALSourceState GetSourceState( uint sid ) ALDistanceModel GetDistanceModel( ) |
||
---|---|---|
.. | ||
Bind | ||
Build | ||
Examples | ||
OpenTK | ||
Utilities |