设备上跑通 人脸检测和 线条绘制
This commit is contained in:
+4
-1
@@ -44,6 +44,9 @@ public:
|
||||
|
||||
virtual bool isInited() override { return inited && faceAppInited; }
|
||||
virtual void cleanup() override;
|
||||
|
||||
Texture tex_bg = {};
|
||||
|
||||
private:
|
||||
glm::vec3 rotation = glm::vec3();
|
||||
glm::vec3 camera_pos = glm::vec3();
|
||||
@@ -103,7 +106,7 @@ private:
|
||||
float myFloatValue = 1.5f;
|
||||
|
||||
|
||||
Texture tex_bg = {};
|
||||
|
||||
void create_pipelines_bg();
|
||||
void setup_descriptor_set_layout_bg();
|
||||
void setup_descriptor_set_bg();
|
||||
|
||||
Reference in New Issue
Block a user