<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CmdBindDescriptorSets gets confused about dynamic offsets"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109565#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CmdBindDescriptorSets gets confused about dynamic offsets"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109565">bug 109565</a>
              from <span class="vcard"><a class="email" href="mailto:jakub@okonski.org" title="Jakub Okoński <jakub@okonski.org>"> <span class="fn">Jakub Okoński</span></a>
</span></b>
        <pre>If I try binding just the 2nd one, it does not crash and lets me submit that
command buffer to the compute queue. The problem must be with the first set
(called mvp_set in my app). It fails to bind in a graphics context as well. I
will keep fiddling to see if I can change the definition until it binds
successfully.

Its (failing) layout is:

    vk::DescriptorSetLayoutBinding {
            binding: 0,
            descriptor_type: vk::DescriptorType::UNIFORM_BUFFER,
            descriptor_count: 1,
            stage_flags: vk::ShaderStageFlags::VERTEX |
vk::ShaderStageFlags::COMPUTE,
            p_immutable_samplers: ptr::null(),
    }</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>