Stick to AL.cs style for Buffer
This commit is contained in:
parent
ac4ac4d299
commit
3ce41e80ac
@ -1507,7 +1507,7 @@ namespace OpenTK.Audio.OpenAL
|
||||
}*/
|
||||
|
||||
[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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user