save code

This commit is contained in:
xsl
2025-12-24 21:01:14 +08:00
parent f5b2d490c0
commit 6ef6e012bd
6 changed files with 53 additions and 8 deletions
+3 -1
View File
@@ -161,8 +161,9 @@ private:
VkDescriptorSetLayout m_descriptorSetLayout_bg = VK_NULL_HANDLE;
VkDescriptorSet m_descriptor_set_bg = VK_NULL_HANDLE;
bool _secondfaceAppInited = true;
public:
void clearnSecondFaceApp();
void Start();
void Stop();
void loadMotionThread();
@@ -211,6 +212,7 @@ public:
void ResumeMotion();
bool _faceAppInited = false;
};
#endif