NV_rectangle_texture & ARB_VP/FP

Hi,
I have a stupid problem with NV_rectangle_texture:

  • When I am working with GL_TEXTURE_2D with Multitexturing or ARB_vp/ARB_fp everything is OK;
  • But with GL_TEXTURE_RECTANGLE_NV work only fixed-pipeline Multitexturing.

It is no errors - just no texturing.

Any ideas?

!!ARBfp1.0
TEX result.color,fragment.texcoord[0],texture[0],[b]RECT[/b];
END

Thanks… It works:-)