pub const cudaErrorInvalidTextureBinding: cudaError = 19;
This indicates that the texture binding is not valid. This occurs if you call ::cudaGetTextureAlignmentOffset() with an unbound texture.