pub const cudaErrorDuplicateTextureName: cudaError = 44;
This indicates that multiple textures (across separate CUDA source files in the application) share the same string name.