How many textures available in glslang fragmentprogam?

hi,
how many textures can one use in a glslang fragment progrem? i am confused about that, because you must bind them to texture units, so can i use GL_MAX_TEXTURE_UNITS (== 4 on my gfFX) or GL_MAX_TEXTURE_IMAGE_UNITS (== 16 on my gfFX)?

GL_MAX_TEXTURE_IMAGE_UNITS
(16 for NV3x, but only 8 texture cooordinate units.)

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.