Fixed ChangeLog typo and XML typo in the valid value field of the sType

member of VkPhysicalDeviceExternalMemoryHostPropertiesEXT.
This commit is contained in:
Jon Leech 2017-12-01 04:50:44 -08:00
parent 64fa8ef4df
commit 2f5bc66d7a
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Internal Issues:
* Clarified initial ownership of resources bound to shared memory objects, * Clarified initial ownership of resources bound to shared memory objects,
(internal issue 1068). (internal issue 1068).
* Fix duplicated valid usage ID tag for flink:vkCmdCopyImage, and make the * Fix duplicated valid usage ID tag for flink:vkCmdCopyImage, and make the
required layouts include ename:VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIONAL in required layouts include ename:VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL in
both cases (internal issue 1084). both cases (internal issue 1084).
Other Issues: Other Issues:

View File

@ -2658,7 +2658,7 @@ private version is maintained in the 1.0 branch of the member gitlab server.
<member><type>uint32_t</type> <name>memoryTypeBits</name></member> <member><type>uint32_t</type> <name>memoryTypeBits</name></member>
</type> </type>
<type category="struct" name="VkPhysicalDeviceExternalMemoryHostPropertiesEXT" structextends="VkPhysicalDeviceProperties2KHR"> <type category="struct" name="VkPhysicalDeviceExternalMemoryHostPropertiesEXT" structextends="VkPhysicalDeviceProperties2KHR">
<member values="VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT"><type>VkStructureType</type> <name>sType</name></member> <member values="VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT"><type>VkStructureType</type> <name>sType</name></member>
<member><type>void</type>* <name>pNext</name></member> <member><type>void</type>* <name>pNext</name></member>
<member><type>VkDeviceSize</type> <name>minImportedHostPointerAlignment</name></member> <member><type>VkDeviceSize</type> <name>minImportedHostPointerAlignment</name></member>
</type> </type>