<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:idr@freedesktop.org" title="Ian Romanick <idr@freedesktop.org>"> <span class="fn">Ian Romanick</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Compiler diagnostic for sampler declared as "out" parameter of function is terrible"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106996">bug 106996</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Compute shader compiling fails for invalid input layout qualifier used
           </td>
           <td>Compiler diagnostic for sampler declared as "out" parameter of function is terrible
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Compiler diagnostic for sampler declared as "out" parameter of function is terrible"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106996#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Compiler diagnostic for sampler declared as "out" parameter of function is terrible"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106996">bug 106996</a>
              from <span class="vcard"><a class="email" href="mailto:idr@freedesktop.org" title="Ian Romanick <idr@freedesktop.org>"> <span class="fn">Ian Romanick</span></a>
</span></b>
        <pre>The problem is dst is marked as an "out" parameter of the function.  sampler
variables cannot be assigned, so it's impossible for it to be an out parameter.
 Deleting "out" allows the shader to compile.

Sadly, the compiler error message is useless for debugging that problem.</pre>
        </div>
      </p>


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

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