mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 09:05:29 +00:00
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue