We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vulkan spec's definition of VkPhysicalDeviceHostImageCopyPropertiesEXT:
VkPhysicalDeviceHostImageCopyPropertiesEXT
VkStructureType sType; void* pNext; uint32_t copySrcLayoutCount; VkImageLayout* pCopySrcLayouts; uint32_t copyDstLayoutCount; VkImageLayout* pCopyDstLayouts; uint8_t optimalTilingLayoutUUID[VK_UUID_SIZE]; VkBool32 identicalMemoryTypeRequirements;
The profiles schema says that this struct should contain only the members optimalTilingLayoutUUID and identicalMemoryTypeRequirements.
optimalTilingLayoutUUID
identicalMemoryTypeRequirements
But vulkaninfo and vulkan-caps-viewer print the entire structs. Is this just a bug in the schema generator?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vulkan spec's definition of
VkPhysicalDeviceHostImageCopyPropertiesEXT
:The profiles schema says that this struct should contain only the members
optimalTilingLayoutUUID
andidenticalMemoryTypeRequirements
.But vulkaninfo and vulkan-caps-viewer print the entire structs. Is this just a bug in the schema generator?
The text was updated successfully, but these errors were encountered: