修复clash的问题

This commit is contained in:
xsl
2026-04-25 16:42:20 +08:00
parent 2066b3b124
commit 50680ee854
8 changed files with 893 additions and 64 deletions
-2
View File
@@ -112,8 +112,6 @@ private:
const bool kThick = false;
void copyBuffer(VkBuffer srcBuffer, VkBuffer dstBuffer, VkDeviceSize size);
VkCommandBuffer beginSingleTimeCommands();
void endSingleTimeCommands(VkCommandBuffer commandBuffer);
// 顶点缓冲区相关
VkBuffer m_vertexBuffer = VK_NULL_HANDLE;