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

Multiple misc changes to shader interfaces #2690

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Conversation

IMS212
Copy link
Member

@IMS212 IMS212 commented Aug 17, 2024

No description provided.

@@ -46,6 +46,11 @@ public VertexSerializer get(VertexFormatDescription srcFormat, VertexFormatDescr
return serializer;
}

@Override
public void registerSerializer(VertexFormatDescription srcFormat, VertexFormatDescription dstFormat, VertexSerializer serializer) {
Copy link
Member

Choose a reason for hiding this comment

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

I'm concerned about race conditions if Iris doesn't call into this early enough. But if it's handled in the client initializer, it's probably fine?

@IMS212
Copy link
Member Author

IMS212 commented Aug 18, 2024

Fixed the two things; not sure if any changes should be made to the serializer portion, or if that can wait on b2.

@IMS212 IMS212 merged commit e1efb0d into CaffeineMC:dev Aug 22, 2024
1 check passed
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.

2 participants