[Mesa-dev] [Bug 109565] CmdBindDescriptorSets gets confused about dynamic offsets

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 6 13:48:20 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=109565

--- Comment #4 from Jakub OkoĊ„ski <jakub at okonski.org> ---
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(),
    }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190206/6264a6d3/attachment.html>


More information about the mesa-dev mailing list