asdf
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user