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

V0.4.0 #3

Merged
merged 13 commits into from
Sep 6, 2024
Merged

V0.4.0 #3

merged 13 commits into from
Sep 6, 2024

Conversation

chyyran
Copy link
Member

@chyyran chyyran commented Sep 5, 2024

No description provided.

Gets rid of a lot of MaybeUninit needed
While the SpirvCrossContext can be passed around,
if `Compiler` is send, then there can be unsynchronized access to the underlying spvc_context_s allocator.

`Compiler` can only be `Send` if there is only a single context ever attached to the compiler.
…he SPIRV-Cross context,

and refcounting the context.

We were basically refcounting everything anyways so this lets us get rid of a bunch of lifetimes.
@chyyran chyyran merged commit 360c275 into master Sep 6, 2024
4 checks passed
@chyyran chyyran deleted the v0.4.0 branch September 26, 2024 02:44
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.

1 participant