Opentk/Source
chrisbrandtner 34468b868d Added overloads:
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( )
2008-06-12 19:44:46 +00:00
..
Bind Fixed TexEnvMode.Replace. 2008-04-11 18:19:34 +00:00
Build Build.exe now copies bmp and wav resources to the output directory. 2008-05-04 19:25:50 +00:00
Examples * IExample.cs: Updated licensing information. 2008-05-05 17:10:53 +00:00
OpenTK Added overloads: 2008-06-12 19:44:46 +00:00
Utilities Added protected and public getters and setters to TextHandle. 2008-05-24 07:52:36 +00:00