From 481bdefa74b06fd63cb2a0907817f5909a622587 Mon Sep 17 00:00:00 2001 From: xiangsilian Date: Sat, 27 Sep 2025 23:17:38 +0800 Subject: [PATCH] asdf --- samples/api/texture_loading/texture_loading.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/api/texture_loading/texture_loading.cpp b/samples/api/texture_loading/texture_loading.cpp index a04e60b..8b35903 100644 --- a/samples/api/texture_loading/texture_loading.cpp +++ b/samples/api/texture_loading/texture_loading.cpp @@ -1715,7 +1715,6 @@ bool TextureLoading::prepare(const vkb::ApplicationOptions& options) pos[pos_id++] = p["z"]; } update_point_vertex_buffer(pos, rawPoint.size()); - update_face_vertex_buffer(pos, rawPoint.size()); //demo1(pos); #endif