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

Prefer the specific number of frames in a swap chain #338

Merged
merged 1 commit into from
Sep 11, 2019

Conversation

kvark
Copy link
Member

@kvark kvark commented Sep 11, 2019

@kvark
Copy link
Member Author

kvark commented Sep 11, 2019

I think this is straightforward.
bors r+

bors bot added a commit that referenced this pull request Sep 11, 2019
338: Prefer the specific number of frames in a swap chain r=kvark a=kvark

Fixes gfx-rs/wgpu-rs#72

Co-authored-by: Dzmitry Malyshau <[email protected]>
@bors
Copy link
Contributor

bors bot commented Sep 11, 2019

Build succeeded

@bors bors bot merged commit 9c32dd5 into gfx-rs:master Sep 11, 2019
@kvark kvark deleted the swap-count branch September 11, 2019 22:05
kvark pushed a commit to kvark/wgpu that referenced this pull request Jun 3, 2021
338: Add Extension/Limit Interface r=kvark a=cwfitzgerald

Follow up to gfx-rs#690.

This forwards the extension/limit access interface into wgpu-rs.

It appears that the web-sys doesn't actually implement any of the methods we need, so I had them return the defaults. `Device::limits` exists, but it returns `Object` not `GpuLimits`, so doesn't appear usable.

Co-authored-by: Connor Fitzgerald <[email protected]>
kvark pushed a commit to kvark/wgpu that referenced this pull request Jun 3, 2021
345: Rustify the example's use of Extensions and SamplerDescriptor r=kvark a=cwfitzgerald

Implements gfx-rs#696.

This didn't change any content from gfx-rs#338, just interface, but I tested a couple examples and it seems to work okay.

Co-authored-by: Connor Fitzgerald <[email protected]>
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.

[macOS] full screen is super slow
1 participant