#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,
VkFence _fence,
const VkAllocationCallbacks* pAllocator)
{}
+
+
+void libresoc_DestroySemaphore(
+ VkDevice _device,
+ VkSemaphore _semaphore,
+ const VkAllocationCallbacks* pAllocator)
+{}