vulkan,anv,turnip: Add a common CmdBindVertexBuffers wrapper
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16611>
This commit is contained in:

committed by
Marge Bot

parent
cc4d5b1666
commit
c24aa449d0
@@ -1197,18 +1197,6 @@ void anv_CmdBindVertexBuffers2(
|
||||
}
|
||||
}
|
||||
|
||||
void anv_CmdBindVertexBuffers(
|
||||
VkCommandBuffer commandBuffer,
|
||||
uint32_t firstBinding,
|
||||
uint32_t bindingCount,
|
||||
const VkBuffer* pBuffers,
|
||||
const VkDeviceSize* pOffsets)
|
||||
{
|
||||
return anv_CmdBindVertexBuffers2(commandBuffer, firstBinding,
|
||||
bindingCount, pBuffers, pOffsets,
|
||||
NULL, NULL);
|
||||
}
|
||||
|
||||
void anv_CmdBindTransformFeedbackBuffersEXT(
|
||||
VkCommandBuffer commandBuffer,
|
||||
uint32_t firstBinding,
|
||||
|
Reference in New Issue
Block a user