TextureStage in Cg

I have a problem that: how to pass texturestage with my texture to cg ? (do not use setShaderInput())

Just make sure you set the sort values of the stages correctly, and then set the textures using the stages on the model with setTexture. Then, access them using tex_0 : TEXUNIT0 etc in the order that your sort values indicate.