Advertisement
mattparks5855

Untitled

Aug 6th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Object: VK_NULL_HANDLE (Type = 0) | Type mismatch on descriptor slot 0.0 (used as type `ptr to const uniform image(dim=1
  2. , sampled=2)`) but descriptor of type VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
  3. [ VUID-vkGetImageSubresourceLayout-image-00996 ] Object: 0x5f (Type = 10) | vkGetImageSubresourceLayout(): Image must h
  4. ave tiling of VK_IMAGE_TILING_LINEAR. The spec valid usage text states 'image must have been created with tiling equal t
  5. o VK_IMAGE_TILING_LINEAR' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkGetImageSubresource
  6. Layout-image-00996)
  7. Object: 0x60 (Type = 8) | Mapping an image with layout VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL can result in undefined
  8. behavior if this memory is used by the device. Only GENERAL or PREINITIALIZED should be used.
  9. [ VUID-vkMapMemory-memory-00682 ] Object: 0x60 (Type = 8) | Mapping Memory without VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT
  10. set: mem obj 0x60. The spec valid usage text states 'memory must have been created with a memory type that reports VK_ME
  11. MORY_PROPERTY_HOST_VISIBLE_BIT' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkMapMemory-mem
  12. ory-00682)
  13. [ VUID-vkUnmapMemory-memory-00689 ] Object: 0x60 (Type = 8) | Unmapping Memory without memory being mapped: mem obj 0x6
  14. 0. The spec valid usage text states 'memory must be currently mapped' (https://www.khronos.org/registry/vulkan/specs/1.0
  15. /html/vkspec.html#VUID-vkUnmapMemory-memory-00689)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement