You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a bug in cgcomp but I noticed that the ### -O3 flag send by cgcomp changes nothing in the final shader code.
When I compile a shader with cgc -profile fp40 -O3 frag.txt or with cgc -profile fp40 -O1 the result is the same.
@shagkur Do you remember back in the days if the -O3 flag has an effect on nvidia cg? Maybe a bug in the latest version of cg? Thanks.
The text was updated successfully, but these errors were encountered:
It's not a bug in cgcomp but I noticed that the ### -O3 flag send by cgcomp changes nothing in the final shader code.
When I compile a shader with
cgc -profile fp40 -O3 frag.txt
or withcgc -profile fp40 -O1
the result is the same.@shagkur Do you remember back in the days if the -O3 flag has an effect on nvidia cg? Maybe a bug in the latest version of cg? Thanks.
The text was updated successfully, but these errors were encountered: