vulkan: handle enqueueing CmdPushConstants2KHR
implementation from lavapipe. there's no CTS coverage for this but hopefully it works... Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28682>
This commit is contained in:
committed by
Marge Bot
parent
0ba7489243
commit
b39efbc422
@@ -55,11 +55,11 @@ MANUAL_COMMANDS = [
|
||||
# pData's size cannot be calculated from the xml
|
||||
'CmdPushDescriptorSetWithTemplate2KHR',
|
||||
'CmdPushDescriptorSetWithTemplateKHR',
|
||||
'CmdPushConstants2KHR',
|
||||
]
|
||||
|
||||
NO_ENQUEUE_COMMANDS = [
|
||||
# pData's size cannot be calculated from the xml
|
||||
'CmdPushConstants2KHR',
|
||||
'CmdPushDescriptorSet2KHR',
|
||||
|
||||
# These don't return void
|
||||
|
||||
Reference in New Issue
Block a user