KhronosGroup / KhronosGroup/OpenXR-SDK-Source
Vulkan validation errors.
- Dominant language
- Python
- Stars
- 825
- Forks
- 306
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
Description
I get vulkan validation error while using OpenXR.
For exemple:
```
VUID-VkImageCreateInfo-pNext-01443(ERROR / SPEC): msgNum: 416909302 - Validation Error: [ VUID-VkImageCreateInfo-pNext-01443 ] Object 0: handle = 0x2cda8774080, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0x18d987f6 | vkCreateImage: VkImageCreateInfo pNext chain includes VkExternalMemoryImageCreateInfo with handleTypes 16 but pCreateInfo->initialLayout is VK_IMAGE_LAYOUT_PREINITIALIZED. The Vulkan spec states: If the pNext chain includes a VkExternalMemoryImageCreateInfo or VkExternalMemoryImageCreateInfoNV structure whose handleTypes member is not 0, initialLayout must be VK_IMAGE_LAYOUT_UNDEFINED (https://vulkan.lunarg.com/doc/view/1.3.231.1/windows/1.3-extensions/vkspec.html#VUID-VkImageCreateInfo-pNext-01443)
Objects: 1
[0] 0x2cda8774080, type: 3, name: NULL
```
I'm still new to this so I get that this might not be from OpenXR but from the runtime I am using?
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file, test, or entry point is identified. First determine whether the validation error originates in the OpenXR SDK, its loader or layers, or the runtime, then reproduce it with the relevant Vulkan validation output. Done means identifying the responsible component and documenting a confirmed fix or routing the report appropriately.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100