Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some errors reported while load glTF model #87

Open
qoyooo opened this issue Sep 30, 2021 · 1 comment
Open

Some errors reported while load glTF model #87

qoyooo opened this issue Sep 30, 2021 · 1 comment

Comments

@qoyooo
Copy link

qoyooo commented Sep 30, 2021

Describe the bug
Some errors reported while load glTF model

To Reproduce
Steps to reproduce the behavior:

  1. copy BrainStem.glb to Mesh folder
  2. start LumosEditor.app
  3. add BrainStem.glb to scene

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: MacOS 11.6 Big Sur
  • Apple M1

Additional context

[22:27:22] Loaded Model - /Volumes/SRC/Lumos2/bin/Debug-macosx-/LumosEditor.app/Contents/MacOS/../../../NewProject/Assets/Meshes/BrainStem.glb

[22:27:22] [VULKAN] - ERROR : [Validation] Code 0  : Validation Error: [ VUID-vkCmdDrawIndexed-None-02699 ] Object 0: handle = 0x780000000078, type = VK_OBJECT_TYPE_DESCRIPTOR_SET; | MessageID = 0xa44449d4 | VkDescriptorSet 0x780000000078[] encountered the following validation error at vkCmdDrawIndexed() time: Descriptor in binding #1 index 0 is being used in draw but has never been updated via vkUpdateDescriptorSets() or a similar call. The Vulkan spec states: Descriptors in each bound descriptor set, specified via vkCmdBindDescriptorSets, must be valid if they are statically used by the VkPipeline bound to the pipeline bind point used by this command (https://vulkan.lunarg.com/doc/view/1.2.170.0/mac/1.2-extensions/vkspec.html#VUID-vkCmdDrawIndexed-None-02699)

[22:27:22] [VULKAN] - ERROR : [Validation] Code 0  : Validation Error: [ VUID-vkCmdDrawIndexed-None-02699 ] Object 0: handle = 0x780000000078, type = VK_OBJECT_TYPE_DESCRIPTOR_SET; | MessageID = 0xa44449d4 | VkDescriptorSet 0x780000000078[] encountered the following validation error at vkCmdDrawIndexed() time: Descriptor in binding #2 index 0 is being used in draw but has never been updated via vkUpdateDescriptorSets() or a similar call. The Vulkan spec states: Descriptors in each bound descriptor set, specified via vkCmdBindDescriptorSets, must be valid if they are statically used by the VkPipeline bound to the pipeline bind point used by this command (https://vulkan.lunarg.com/doc/view/1.2.170.0/mac/1.2-extensions/vkspec.html#VUID-vkCmdDrawIndexed-None-02699)

[22:27:22] [VULKAN] - ERROR : [Validation] Code 0  : Validation Error: [ VUID-vkCmdDrawIndexed-None-02699 ] Object 0: handle = 0x790000000079, type = VK_OBJECT_TYPE_DESCRIPTOR_SET; | MessageID = 0xa44449d4 | VkDescriptorSet 0x790000000079[] encountered the following validation error at vkCmdDrawIndexed() time: Descriptor in binding #1 index 0 is being used in draw but has never been updated via vkUpdateDescriptorSets() or a similar call. The Vulkan spec states: Descriptors in each bound descriptor set, specified via vkCmdBindDescriptorSets, must be valid if they are statically used by the VkPipeline bound to the pipeline bind point used by this command (https://vulkan.lunarg.com/doc/view/1.2.170.0/mac/1.2-extensions/vkspec.html#VUID-vkCmdDrawIndexed-None-02699)

[22:27:22] [VULKAN] - ERROR : [Validation] Code 0  : Validation Error: [ VUID-vkCmdDrawIndexed-None-02699 ] Object 0: handle = 0x790000000079, type = VK_OBJECT_TYPE_DESCRIPTOR_SET; | MessageID = 0xa44449d4 | VkDescriptorSet 0x790000000079[] encountered the following validation error at vkCmdDrawIndexed() time: Descriptor in binding #2 index 0 is being used in draw but has never been updated via vkUpdateDescriptorSets() or a similar call. The Vulkan spec states: Descriptors in each bound descriptor set, specified via vkCmdBindDescriptorSets, must be valid if they are statically used by the VkPipeline bound to the pipeline bind point used by this command (https://vulkan.lunarg.com/doc/view/1.2.170.0/mac/1.2-extensions/vkspec.html#VUID-vkCmdDrawIndexed-None-02699)

[22:27:22] [VULKAN] - ERROR : [Validation] Code 0  : Validation Error: [ VUID-vkCmdDrawIndexed-None-02699 ] Object 0: handle = 0x7a000000007a, type = VK_OBJECT_TYPE_DESCRIPTOR_SET; | MessageID = 0xa44449d4 | VkDescriptorSet 0x7a000000007a[] encountered the following validation error at vkCmdDrawIndexed() time: Descriptor in binding #1 index 0 is being used in draw but has never been updated via vkUpdateDescriptorSets() or a similar call. The Vulkan spec states: Descriptors in each bound descriptor set, specified via vkCmdBindDescriptorSets, must be valid if they are statically used by the VkPipeline bound to the pipeline bind point used by this command (https://vulkan.lunarg.com/doc/view/1.2.170.0/mac/1.2-extensions/vkspec.html#VUID-vkCmdDrawIndexed-None-02699)

[22:27:22] [VULKAN] - ERROR : [Validation] Code 0  : Validation Error: [ VUID-vkCmdDrawIndexed-None-02699 ] Object 0: handle = 0x7a000000007a, type = VK_OBJECT_TYPE_DESCRIPTOR_SET; | MessageID = 0xa44449d4 | VkDescriptorSet 0x7a000000007a[] encountered the following validation error at vkCmdDrawIndexed() time: Descriptor in binding #2 index 0 is being used in draw but has never been updated via vkUpdateDescriptorSets() or a similar call. The Vulkan spec states: Descriptors in each bound descriptor set, specified via vkCmdBindDescriptorSets, must be valid if they are statically used by the VkPipeline bound to the pipeline bind point used by this command (https://vulkan.lunarg.com/doc/view/1.2.170.0/mac/1.2-extensions/vkspec.html#VUID-vkCmdDrawIndexed-None-02699)
@qoyooo
Copy link
Author

qoyooo commented Sep 30, 2021

The last version is OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant