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

Correct create_surface_from_(offscreen)_canvas docs. #2990

Merged
merged 1 commit into from Sep 2, 2022

Conversation

jimblandy
Copy link
Member

@jimblandy jimblandy commented Aug 26, 2022

The function's does not depend on the canvas argument meeting the
given requirements to avoid undefined behavior, so it should just be a
normal contract, not a safety contract.

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

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

Changelog comment, otherwise good to go.

CHANGELOG.md Show resolved Hide resolved
The function's does not depend on the `canvas` argument meeting the
given requirements to avoid undefined behavior, so it should just be a
normal contract, not a safety contract.
@jimblandy jimblandy force-pushed the doc-web-canvas-creation-safety branch from 778be11 to 00dcd60 Compare September 2, 2022 23:03
@jimblandy jimblandy merged commit 7e84bb2 into gfx-rs:master Sep 2, 2022
@jimblandy jimblandy deleted the doc-web-canvas-creation-safety branch September 2, 2022 23: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.

None yet

2 participants