Android 编译通过
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user