From 956eed5a68ae1d27f606b285fc0c76f7302b4686 Mon Sep 17 00:00:00 2001 From: Cocos Robot <48829427+cocos-robot@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:59:50 +0800 Subject: [PATCH] [ci skip][AUTO]: Automated code generating update: d726e8c893d9692bdbae18b9e709df0acb5c3c02 (#17529) (#17692) Co-authored-by: cocos-robot --- native/cocos/core/builtin/DebugInfos.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/native/cocos/core/builtin/DebugInfos.cpp b/native/cocos/core/builtin/DebugInfos.cpp index db584438309..56384939515 100644 --- a/native/cocos/core/builtin/DebugInfos.cpp +++ b/native/cocos/core/builtin/DebugInfos.cpp @@ -586,6 +586,12 @@ ccstd::unordered_map debugInfos = { { 16396, "tweenUtil' is deprecated, please use 'tween' instead" }, { 16397, "ProgressBar FILLED mode only works when barSprite's Type is FILLED!" }, { 16398, "ProgressBar non-FILLED mode only works when barSprite's Type is non-FILLED!" }, +{ 16399, "CopyTextureToBuffers: not supported texture target." }, +{ 16401, "beginRenderPass: Only primary command buffer is supported." }, +{ 16402, "execute is not supported." }, +{ 16403, "GPU memory alias is not supported" }, +{ 16404, "Block '%s' does not bound" }, +{ 16405, "This device does not support WebGL2" }, }; }//namespace cc