X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Flibre-soc%2Fvulkan%2Flibresoc_cmd_buffer.c;h=2782653eee2a8d4aad0a087e671d01ab1fd27d9a;hp=a865f5bd816b4534f760ca4f67be933f9d9ca93f;hb=14e40cd8e605423e8b3d4d7cb7a7589149b4ff50;hpb=5fc9b139df6d93d014654c9acbc5d42aede3bb0c diff --git a/src/libre-soc/vulkan/libresoc_cmd_buffer.c b/src/libre-soc/vulkan/libresoc_cmd_buffer.c index a865f5bd816..2782653eee2 100644 --- a/src/libre-soc/vulkan/libresoc_cmd_buffer.c +++ b/src/libre-soc/vulkan/libresoc_cmd_buffer.c @@ -28,6 +28,34 @@ #include "libresoc_private.h" +void libresoc_CmdEndRenderPass( + VkCommandBuffer commandBuffer) +{} + +void libresoc_CmdDraw( + VkCommandBuffer commandBuffer, + uint32_t vertexCount, + uint32_t instanceCount, + uint32_t firstVertex, + uint32_t firstInstance) +{ +} + +void libresoc_CmdBindPipeline( + VkCommandBuffer commandBuffer, + VkPipelineBindPoint pipelineBindPoint, + VkPipeline _pipeline) +{ +} + + +void libresoc_CmdBeginRenderPass( + VkCommandBuffer commandBuffer, + const VkRenderPassBeginInfo* pRenderPassBegin, + VkSubpassContents contents) +{ +} + void libresoc_FreeCommandBuffers( VkDevice device, VkCommandPool commandPool,