Constant cudaErrorDuplicateTextureName

Source
pub const cudaErrorDuplicateTextureName: cudaError = 44;
Expand description

This indicates that multiple textures (across separate CUDA source files in the application) share the same string name.