• Stefan Dösinger's avatar
    wined3d: Test if result.clip[] works correctly. · 404aecb8
    Stefan Dösinger authored
    The Mac Nvidia driver doesn't implement the result.clip part of
    GL_NV_vertex_program2_option correctly. It complains about a syntax
    error if "result.clip[0]" is used. "result.clip" compiles correctly, but
    supports only one clipplane, and running the shader results in severe
    rendering bugs.
    404aecb8
arb_program_shader.c 286 KB