Android 编译通过

This commit is contained in:
xsl
2025-10-20 18:44:36 +08:00
parent 576c302cd1
commit 87178587d3
22 changed files with 15 additions and 16708 deletions
+1 -1
View File
@@ -503,7 +503,7 @@ void FaceApp::render(VkCommandBuffer commandBuffer)
#else
if (getCurrentTimeMillis() - last_update_time < 1000)
{
vkCmdDrawIndexed(draw_cmd_buffers[i], index_count, 1, 0, 0, 0);
vkCmdDrawIndexed(commandBuffer, obj_indices.size(), 1, 0, 0, 0);
}
#endif
}