Skip to content

Commit

Permalink
[ci skip][AUTO]: Automated code generating update: d726e8c (#17529) (#…
Browse files Browse the repository at this point in the history
…17692)

Co-authored-by: cocos-robot <[email protected]>
  • Loading branch information
cocos-robot and cocos-robot authored Oct 10, 2024
1 parent 9fdf0fa commit 956eed5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions native/cocos/core/builtin/DebugInfos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@ ccstd::unordered_map<uint32_t, ccstd::string> 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

0 comments on commit 956eed5

Please sign in to comment.