mrvux / FeralTic

Small utilities wrapper for SlimDX / Direct3D11
5 stars 18 forks source link

fixed memory leak in WriteData of DX11CopyDestStructuredBuffer #15

Closed tebjan closed 7 years ago

tebjan commented 7 years ago

did encounter several GB of memory usage. tracked it down to pinned GC handles in the buffer write method.

mrvux commented 7 years ago

Thanks, this is merged now