How to set a texture as kernel parameter?

Hi,
I’m writting a CUDA code using texture.
I have to use driver API.
If “CUdeviceptr” in the host code is seen as a “float*” in the device code,
can you tell me how “CUtexref” is seen by the device?
Thanks,
Vince