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

[pull] master from sotrh:master #8

Merged
merged 8 commits into from
Jan 20, 2025
Merged

[pull] master from sotrh:master #8

merged 8 commits into from
Jan 20, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 20, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

yzx9 and others added 8 commits October 1, 2024 09:45
This comment is inaccurate. Drop order doesn't matter in this case,
because this struct only holds a reference. Dropping it does nothing,
the surface has its own reference to the window.

The actual window is owned by the scope outside of `State` and thus
references to it that are kept in the `State` are valid.

The lifetime of the `Surface` takes care of not allowing for dropping
the window while the surface exists.

I also removed a stray space at the end of a line.
I added a note about how the direction of triangle creation can cause it to face weirdly.
Remove an inaccurate comment.
Added a Note about the Index buffer
@pull pull bot added the ⤵️ pull label Jan 20, 2025
@pull pull bot merged commit ad404fa into Mu-L:master Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants