This commit is contained in:
xsl
2025-09-22 00:32:03 +08:00
parent 628597fe59
commit 86e903fc86
2 changed files with 99 additions and 24 deletions
@@ -176,7 +176,7 @@ public:
public:
void update_point_vertex_buffer(float* pos, int pointCount);
void update_point_vertex_buffer_line(float* pos, int pointCount_line);
void update_point_vertex_buffer_line(float* pos, int pointCount_line, float r, float g, float b);
private:
std::thread workerThread;
bool running = false;
@@ -190,6 +190,8 @@ public:
std::mutex mtx_mvp;
//void stop();
//void updateTexture();
void demo1(float* pos);
};
std::unique_ptr<vkb::Application> create_texture_loading();