<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A2B10G10R10_SNORM vertex attribute doesn't work."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106480#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A2B10G10R10_SNORM vertex attribute doesn't work."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106480">bug 106480</a>
              from <span class="vcard"><a class="email" href="mailto:maister@archlinux.us" title="maister@archlinux.us">maister@archlinux.us</a>
</span></b>
        <pre>If you're using RenderDoc to inspect the vertex buffer input, you need the very
latest as there was a bug with A2BGR10_SNORM.

The vertex buffer input is (1.0, -1.0, -1.0, -1.0), (-1.0, 1.0, -1.0, -1.0) and
so on, for each component, frag shader does vColor * 0.5 + 0.5, so expected
output should land in [0, 1] range for each component.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>