ES1960 / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

DX11 FFT AttachBuffersAndPrecompute forces to have prcompute buffer #879

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If your input data is already padded to a power of 2 then the buffer 
requirements returned indicate that you don't need a precompute buffer.  With 
the current SlimDX signature for AttachBuffersAndPrecompute you are forced to 
include a precompute buffer.  From the looks of the C++ methods, passing null 
for precompute buffer is a perfectly valid operations so the SlimDX version 
should permit that as well.

I'm using SlimDX V4.0.13.43 aka Jan 2012 for .NET 4

Original issue reported on code.google.com by MikeDive...@gmail.com on 7 Aug 2012 at 4:40

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r2205.

Original comment by Mike.Popoloski on 15 Sep 2012 at 6:19