Skip to content

V3.8.5 ray query#17719

Draft
star-e wants to merge 106 commits intococos:v3.8.7from
star-e:v3.8.5-ray-query
Draft

V3.8.5 ray query#17719
star-e wants to merge 106 commits intococos:v3.8.7from
star-e:v3.8.5-ray-query

Conversation

@star-e
Copy link
Contributor

@star-e star-e commented Oct 15, 2024

Re: #

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

@github-actions
Copy link

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -29143,8 +29143,15 @@
             name: string;
             count: number;
             stageFlags: gfx.ShaderStageFlags;
         }
+        export interface IIAccelerationStructureInfp {
+            set: number;
+            binding: number;
+            name: string;
+            count: number;
+            stageFlags: gfx.ShaderStageFlags;
+        }
         export interface IAttributeInfo {
             name: string;
             format: gfx.Format;
             isNormalized: boolean;
@@ -29212,8 +29219,9 @@
             buffers: IBufferInfo[];
             images: IImageInfo[];
             subpassInputs: IInputAttachmentInfo[];
             descriptors: IDescriptorInfo[];
+            accelerationStructures: IIAccelerationStructureInfp[];
         }
         export interface IPreCompileInfo {
             [name: string]: boolean[] | number[] | string[];
         }

stageFlags: ShaderStageFlags;
}

export interface IIAccelerationStructureInfp{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

II -> I ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Infp -> Info

@star-e star-e changed the base branch from v3.8.5 to v3.8.6 December 26, 2024 08:21
@star-e star-e changed the base branch from v3.8.6 to v3.8.7 March 25, 2025 03:29
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.

3 participants