kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
449 stars 80 forks source link

CudaTextureDescriptor is missing fields #17

Closed torelode closed 8 years ago

torelode commented 8 years ago

The fields sRGB and normalizedCoords from the CUDA 7.5 cudaTextureDesc struct are missing from CudaTextureDescriptor and apparently combined into readMode using a composite CUTexRefSetFlags. Unsurprisingly, CudaTexObject constructor fails.