Skip to content

Conversation

@GengineJS
Copy link
Contributor

No description provided.

@GengineJS
Copy link
Contributor Author

@cocos-robot run-test-cases-custom

@github-actions
Copy link

github-actions bot commented Oct 21, 2025

Code Size Check Report

Wechat (WASM) Before After Diff
2D Empty (legacy pipeline) 1006670 bytes 1010249 bytes ⚠️ +3579 bytes
2D All (legacy pipeline) 2671999 bytes 2675897 bytes ⚠️ +3898 bytes
2D All (new pipeline) 2760907 bytes 2769926 bytes ⚠️ +9019 bytes
(2D + 3D) All 10017241 bytes 10026261 bytes ⚠️ +9020 bytes
Web (WASM + ASMJS) Before After Diff
(2D + 3D) All 16838770 bytes 16847972 bytes ⚠️ +9202 bytes

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -8105,8 +8105,9 @@
             /** @mangle */
             protected _samplers: Sampler[];
             /** @mangle */
             protected _isDirty: boolean;
+            get gpuDescriptorSet(): any;
             constructor();
             abstract initialize(info: Readonly<DescriptorSetInfo>): void;
             abstract destroy(): void;
             abstract update(): void;
@@ -12756,12 +12757,14 @@
                  * @en The render scene which owns the current light
                  * @zh 光源所属的渲染场景
                  */
                 get scene(): RenderScene | null;
+                protected _dirty: boolean;
                 protected _baked: boolean;
                 protected _color: math.Vec3;
                 protected _colorTemp: number;
                 protected _colorTempRGB: math.Vec3;
+                protected _lightId: number;
                 protected _scene: RenderScene | null;
                 protected _node: Node | null;
                 protected _name: string | null;
                 protected _useColorTemperature: boolean;
@@ -26389,9 +26392,16 @@
          * The event is fired if the active state is changed.
          * @zh
          * 当激活状态改变时将触发的事件。
          */
-        ACTIVE_CHANGED = "active-changed"
+        ACTIVE_CHANGED = "active-changed",
+        /**
+         * @en
+         * The event is fired if the node is marked as dirty.
+         * @zh
+         * 当节点发生改变时将触发的事件。
+         */
+        NODE_DIRTY = "node-dirty"
     }
     /**
      * @en Environment lighting configuration in the Scene
      * @zh 场景的环境光照相关配置
@@ -36210,8 +36220,9 @@
         export function getSubpassID(passID: number, name: string): number;
         export function getPhaseID(passID: number, name: string | number | undefined): number;
         export function completePhaseName(name: string | number | undefined): string;
         export const INVALID_ID = 4294967295;
+        export function hashCombineStr(str: string): number;
         export const enableEffectImport = true;
         export const programLib: __private._cocos_rendering_custom_private__ProgramLibrary;
         export const customPipelineBuilderMap: Map<string, PipelineBuilder>;
         /**

@GengineJS
Copy link
Contributor Author

@cocos-robot run-test-cases-custom

6 similar comments
@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@GengineJS
Copy link
Contributor Author

@cocos-robot run-test-cases-custom

@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@SQ-cai
Copy link
Contributor

SQ-cai commented Oct 22, 2025

@cocos-robot run-test-cases

@SQ-cai
Copy link
Contributor

SQ-cai commented Oct 22, 2025

@cocos-robot run-test-cases-custom

5 similar comments
@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@SQ-cai
Copy link
Contributor

SQ-cai commented Oct 23, 2025

@cocos-robot run-test-cases-custom

@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

@sushanhong
Copy link
Contributor

@cocos-robot run-test-cases-custom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants