Giter Site home page Giter Site logo

microverse's People

Contributors

mattparks avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

microverse's Issues

Vulkan error spam

Environment: VC++ 2017, Win10 x64, quite recent Vulkan SDK, newly compiled Microverse, Debug configuration.

Getting spam like this:

 [ UNASSIGNED-CoreValidation-Shader-OutputNotConsumed ] Object: 0x151 (Type = 15) | fragment shader writes to output location 3 with no matching attachment
Pipeline 'Shaders/GasGiants/GasGiant.frag' created in 128ms
Pipeline 'Shaders/Rings/Ring.frag' created in 149ms
Could not find descriptor in shader 'Shaders/Defaults/Default.frag' of name 'samplerDiffuse'
Could not find descriptor in shader 'Shaders/Defaults/Default.frag' of name 'samplerMaterial'
Could not find descriptor in shader 'Shaders/Defaults/Default.frag' of name 'samplerNormal'
Could not find descriptor in shader 'Shaders/Deferred/Deferred.frag' of name 'samplerBrdf'
Could not find descriptor in shader 'Shaders/Deferred/Deferred.frag' of name 'samplerIbl'
 [ VUID-VkWriteDescriptorSet-descriptorType-00326 ] Object: 0x15f (Type = 23) | vkUpdateDescriptorSets() failed write update validation for Descriptor Set 0x15f with error: Write update to descriptor in set 000000000000015F binding #0 failed with error message: Attempted write update to image descriptor failed due to: ImageView (000000000000013E) of VK_DESCRIPTOR_TYPE_STORAGE_IMAGE type is being updated with layout VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL but according to spec section 13.1 Descriptor Types, 'Load and store operations on storage images can only be done on images in VK_IMAGE_LAYOUT_GENERAL layout.'. The spec valid usage text states 'If descriptorType is VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, or VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, the imageView and imageLayout members of each element of pImageInfo must be a valid VkImageView and VkImageLayout, respectively' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkWriteDescriptorSet-descriptorType-00326)
 [ VUID-VkWriteDescriptorSet-descriptorType-00326 ] Object: 0x15f (Type = 23) | vkUpdateDescriptorSets() failed write update validation for Descriptor Set 0x15f with error: Write update to descriptor in set 000000000000015F binding #0 failed with error message: Attempted write update to image descriptor failed due to: ImageView (000000000000012F) of VK_DESCRIPTOR_TYPE_STORAGE_IMAGE type is being updated with layout VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL but according to spec section 13.1 Descriptor Types, 'Load and store operations on storage images can only be done on images in VK_IMAGE_LAYOUT_GENERAL layout.'. The spec valid usage text states 'If descriptorType is VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, or VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, the imageView and imageLayout members of each element of pImageInfo must be a valid VkImageView and VkImageLayout, respectively' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkWriteDescriptorSet-descriptorType-00326)
 [ VUID-VkWriteDescriptorSet-descriptorType-00326 ] Object: 0x15f (Type = 23) | vkUpdateDescriptorSets() failed write update validation for Descriptor Set 0x15f with error: Write update to descriptor in set 000000000000015F binding #0 failed with error message: Attempted write update to image descriptor failed due to: ImageView (000000000000013E) of VK_DESCRIPTOR_TYPE_STORAGE_IMAGE type is being updated with layout VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL but according to spec section 13.1 Descriptor Types, 'Load and store operations on storage images can only be done on images in VK_IMAGE_LAYOUT_GENERAL layout.'. The spec valid usage text states 'If descriptorType is VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, or VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, the imageView and imageLayout members of each element of pImageInfo must be a valid VkImageView and VkImageLayout, respectively' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkWriteDescriptorSet-descriptorType-00326)
 [ VUID-VkWriteDescriptorSet-descriptorType-00326 ]````

Messages like `VUID-VkWriteDescriptorSet-descriptorType-00326` continue on and on and on...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.