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()]
|
[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user