Fix error in ChangeLog - example code fix was not associated with issue

577.
This commit is contained in:
Jon Leech 2017-10-06 21:57:29 -07:00
parent 6012d138c7
commit d2d907e4f3

View File

@ -18,9 +18,6 @@ Github Issues:
slink:VkDescriptorSetAllocateInfo so valid usage statements for slink:VkDescriptorSetAllocateInfo so valid usage statements for
`VK_KHR_push_descriptor` aren't accidentally removed when the first `VK_KHR_push_descriptor` aren't accidentally removed when the first
extension isn't enabled (public issue 573). extension isn't enabled (public issue 573).
* Fixed errors in API example code for
flink:vkUpdateDescriptorSetWithTemplateKHR and
flink:vkCmdPushDescriptorSetWithTemplateKHR (public issue 577).
Internal Issues: Internal Issues:
@ -62,6 +59,9 @@ Other Issues:
on all `.txt` files in a specified directory, and move the `startVUID` on all `.txt` files in a specified directory, and move the `startVUID`
tracking information into a separate python file that is automatically tracking information into a separate python file that is automatically
updated by the script. updated by the script.
* Fixed errors in API example code for
flink:vkUpdateDescriptorSetWithTemplateKHR and
flink:vkCmdPushDescriptorSetWithTemplateKHR.
New Extensions: New Extensions: