On 02/22/2013 04:44 PM, Jonathan Hamilton wrote:
Hi all,
I have an issue where an ARBfp shader does the following:
"""
!!ARBfp1.0
OPTION ARB_precision_hint_fastest;
OPTION ARB_precision_hint_fastest;
"""
This is then being rejected by the mesa parser.
The spec I found at
http://oss.sgi.com/pro
Hi all,
I have an issue where an ARBfp shader does the following:
"""
!!ARBfp1.0
OPTION ARB_precision_hint_fastest;
OPTION ARB_precision_hint_fastest;
"""
This is then being rejected by the mesa parser.
The spec I found at
http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt