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

feat: add resolution to resize event parameters #10775

Merged
merged 6 commits into from
Jul 29, 2024
Merged

Conversation

dev7355608
Copy link
Collaborator

Description of change

It felt like the resolution argument was missing here.

Pre-Merge Checklist
  • Tests and/or benchmarks are included
  • Documentation is changed or added
  • Lint process passed (npm run lint)
  • Tests passed (npm run test)

dev7355608 and others added 4 commits July 16, 2024 15:12
* feat: add ShaderSystem#maxTextures

* use gpu.device.limits.maxSampledTexturesPerShaderStage

---------

Co-authored-by: Zyie <24736175+Zyie@users.noreply.github.com>
* feat: reserve texture units for batching

* maxTextures instead of reservedTextures

---------

Co-authored-by: Zyie <24736175+Zyie@users.noreply.github.com>
* feat: add 'min' and 'max' blend modes

* Add visual tests

* Fix variable name

* replace webgl2 test

---------

Co-authored-by: Zyie <24736175+Zyie@users.noreply.github.com>
* add a renderable GC

* lint

* oops

* fix nineslice destroy

* fix up PR

* tweak times for tests

* Update package.json

* remove unneeded extension.add call in TextureGCSystem and RenderableGCSystem

---------

Co-authored-by: Zyie <24736175+Zyie@users.noreply.github.com>
@dev7355608 dev7355608 self-assigned this Jul 19, 2024
Copy link

codesandbox-ci bot commented Jul 19, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c3b3025:

Sandbox Source
pixi.js-sandbox Configuration

@dev7355608 dev7355608 force-pushed the feat/resize-event-resolution branch from 2e5510d to b538b6e Compare July 19, 2024 12:18
Copy link
Member

@bigtimebuddy bigtimebuddy left a comment

Choose a reason for hiding this comment

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

Fair!

@GoodBoyDigital GoodBoyDigital added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Jul 22, 2024
@Zyie Zyie force-pushed the dev branch 2 times, most recently from 9c9b4eb to 23656bd Compare July 29, 2024 08:11
@Zyie Zyie added this pull request to the merge queue Jul 29, 2024
Merged via the queue into dev with commit 45835df Jul 29, 2024
5 checks passed
@Zyie Zyie deleted the feat/resize-event-resolution branch July 29, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants