I'm reading the Procedural Texturing chapter in the red book (OpenGL Programming Guide). In their procedural texturing example, one of the parameters that gets passed in from the application to the shaders is the texture coordinates. However, they do not show how to generate the texture coordinates.
Can someone provide an example of how to go about generating texture coordinates when doing procedural texturing?