save code

This commit is contained in:
xsl
2026-01-13 08:12:46 +08:00
parent 496d56f9c6
commit 52c9da08ed
10 changed files with 25 additions and 4 deletions
+2
View File
@@ -1377,6 +1377,8 @@ void FaceApp::SetInitArg(const char* arg)
pushConstants.g = _initArg.g;
pushConstants.b = _initArg.b;
pushConstants.radius = _initArg.radius;
pushConstants.offset_x = _initArg.offset_x;
pushConstants.offset_y = _initArg.offset_y;
}
void FaceApp::drawFrame(long long frameTime)