maximian
09-07-2004, 09:05 AM
I apologize if this is not a fully opengl question, but this is the best place to get info on opengl related issues online.
I am compiling a cg fragment program for profile arbfp1 using nvidia cgc compiler. However, as I look at the resulting assembly code, it seems to be missing certain functions. In my cg code I have a main function that calls some additional user functions to do intersection testing. The main code is being compiled but the supporting functions are not. The functions are being used to modify some vectors, which are eventually used to set a color for each pixel. I do not have the code with me, but I can post it later if needed. Anyone know what the problem is. Should I use some special marker for these functions.
Thanks in advance.
I am compiling a cg fragment program for profile arbfp1 using nvidia cgc compiler. However, as I look at the resulting assembly code, it seems to be missing certain functions. In my cg code I have a main function that calls some additional user functions to do intersection testing. The main code is being compiled but the supporting functions are not. The functions are being used to modify some vectors, which are eventually used to set a color for each pixel. I do not have the code with me, but I can post it later if needed. Anyone know what the problem is. Should I use some special marker for these functions.
Thanks in advance.