mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d: Implement d3d12_command_list_SetPredication().
Predicate arguments which are only non-zero in bit 32 or higher are not supported. Predicates will not be applied to clear and copy commands because Vulkan does not support predication of these command classes. Signed-off-by: Conor McCarthy <cmccarthy@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
a8c0fbaa6d
commit
901fb7e798
@@ -192,6 +192,10 @@ VK_DEVICE_EXT_PFN(vkGetDescriptorSetLayoutSupportKHR)
|
||||
/* VK_KHR_push_descriptor */
|
||||
VK_DEVICE_EXT_PFN(vkCmdPushDescriptorSetKHR)
|
||||
|
||||
/* VK_EXT_conditional_rendering */
|
||||
VK_DEVICE_EXT_PFN(vkCmdBeginConditionalRenderingEXT)
|
||||
VK_DEVICE_EXT_PFN(vkCmdEndConditionalRenderingEXT)
|
||||
|
||||
/* VK_EXT_debug_marker */
|
||||
VK_DEVICE_EXT_PFN(vkDebugMarkerSetObjectNameEXT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user