fna-workbench

fna-workbench Commit Details


Date:2016-01-26 21:03:39 (9 years 7 months ago)
Author:Ethan Lee
Branch:master
Commit:b4c138ff9f665b8590b747dd31e9aeef81c16e3d
Parents: ffc6f8dd72acffd01b3ce84bcb966a5c462168cd
Message:Oh, to have real pointers...

Changes:

File differences

src/Audio/OpenALDevice.cs
357357
358358
359359
360
360
361361
362362
363363
AL10.alBufferData(
(buffer as OpenALBuffer).Handle,
XNAToFloat[(int) channels],
handle.AddrOfPinnedObject() + offset,
handle.AddrOfPinnedObject() + (offset * 4),
(IntPtr) (count * 4),
(IntPtr) sampleRate
);

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.32865s using 13 queries.