How do you construct a CUtexObject using the Driver API?
I’m trying to use the CUDA Driver API to construct a texture object but I keep getting an invalid value error. The texture will be indexed in the kernel code without needing any interpolation. The code I’m using is