Remove extraneous ifdef in VkDeviceCreateInfo VU
This commit is contained in:
parent
fae3873128
commit
91d4608363
|
@ -836,11 +836,11 @@ ifdef::VK_VERSION_1_1[]
|
||||||
code:VK_AMD_negative_viewport_height
|
code:VK_AMD_negative_viewport_height
|
||||||
endif::VK_VERSION_1_1[]
|
endif::VK_VERSION_1_1[]
|
||||||
ifndef::VK_VERSION_1_1[]
|
ifndef::VK_VERSION_1_1[]
|
||||||
ifdef::VK_VERSION_1_1,VK_KHR_maintenance1[]
|
ifdef::VK_KHR_maintenance1[]
|
||||||
* [[VUID-VkDeviceCreateInfo-ppEnabledExtensionNames-00374]]
|
* [[VUID-VkDeviceCreateInfo-ppEnabledExtensionNames-00374]]
|
||||||
pname:ppEnabledExtensionNames must: not contain both
|
pname:ppEnabledExtensionNames must: not contain both
|
||||||
`<<VK_KHR_maintenance1>>` and `<<VK_AMD_negative_viewport_height>>`
|
`<<VK_KHR_maintenance1>>` and `<<VK_AMD_negative_viewport_height>>`
|
||||||
endif::VK_VERSION_1_1,VK_KHR_maintenance1[]
|
endif::VK_KHR_maintenance1[]
|
||||||
endif::VK_VERSION_1_1[]
|
endif::VK_VERSION_1_1[]
|
||||||
endif::VK_AMD_negative_viewport_height[]
|
endif::VK_AMD_negative_viewport_height[]
|
||||||
****
|
****
|
||||||
|
|
Loading…
Reference in New Issue