Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal variable renamed for consistency with next updates #5666

Merged
merged 4 commits into from
Sep 22, 2023

Conversation

mvaligursky
Copy link
Contributor

just a rename

@mvaligursky mvaligursky self-assigned this Sep 22, 2023
@mvaligursky mvaligursky added the area: graphics Graphics related issue label Sep 22, 2023
app.on("update", function (dt) {

c++;
Copy link
Contributor

Choose a reason for hiding this comment

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

I did a double-take here. C++? This is JavaScript!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

right? sorry removing changes to this file, c++ just won't do it.

Comment on lines 281 to 282


Copy link
Contributor

Choose a reason for hiding this comment

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

What's with all the whitespace? 😄

Comment on lines 279 to 280
pc.Tracing.set(pc.TRACEID_RENDER_PASS, c === 20);
pc.Tracing.set(pc.TRACEID_RENDER_PASS_DETAIL, c === 20);
Copy link
Contributor

Choose a reason for hiding this comment

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

Feels like you didn't mean to include changes to this example in your PR?

@@ -0,0 +1,11 @@
import { RenderPass } from "../../platform/graphics/render-pass.js";
Copy link
Contributor

@willeastcott willeastcott Sep 22, 2023

Choose a reason for hiding this comment

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

Is this file meant to be in the PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope :(
too keen to get that rename going. This is next PR, sorry.

@mvaligursky mvaligursky merged commit 58ef2f5 into main Sep 22, 2023
7 checks passed
@mvaligursky mvaligursky deleted the mv-renderPassColorGrab branch September 22, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants