Stick to AL.cs style for Buffer

This commit is contained in:
Ethan Lee 2013-10-27 11:59:56 -04:00
parent ac4ac4d299
commit 3ce41e80ac

View file

@ -1507,7 +1507,7 @@ namespace OpenTK.Audio.OpenAL
}*/ }*/
[CLSCompliant(false), DllImport(AL.Lib, EntryPoint = "alBufferiv", ExactSpelling = true, CallingConvention = AL.Style), SuppressUnmanagedCodeSecurity()] [CLSCompliant(false), DllImport(AL.Lib, EntryPoint = "alBufferiv", ExactSpelling = true, CallingConvention = AL.Style), SuppressUnmanagedCodeSecurity()]
public static extern void Buffer(int bid, ALBufferiv param, uint[] param); public static extern void Buffer(int bid, ALBufferiv param, uint[] value);
#endregion Set Buffer parameters #endregion Set Buffer parameters
@ -1657,4 +1657,4 @@ namespace OpenTK.Audio.OpenAL
} }
// flibit Added This!!! // flibit Added This!!!
#pragma warning restore 3021 #pragma warning restore 3021