Constant cudaErrorInvalidTextureBinding

Source
pub const cudaErrorInvalidTextureBinding: cudaError = 19;
Expand description

This indicates that the texture binding is not valid. This occurs if you call ::cudaGetTextureAlignmentOffset() with an unbound texture.