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

More assorted fixes #18248

Merged
merged 5 commits into from
Sep 27, 2023
Merged

More assorted fixes #18248

merged 5 commits into from
Sep 27, 2023

Conversation

hrydgard
Copy link
Owner

Minor stuff this time.

@hrydgard hrydgard added this to the v1.16.5 milestone Sep 26, 2023
@@ -590,6 +590,8 @@ void SoftwareTransform::BuildDrawingParams(int prim, int vertexCount, u32 vertTy
result->drawBuffer = transformedExpanded;
result->drawIndexed = true;
} else if (prim == GE_PRIM_LINES) {
// TODO: What about GE_PRIM_LINE_STRIP?
Copy link
Collaborator

Choose a reason for hiding this comment

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

Doesn't indexGen always turn them into lines? I don't think it tries to keep line strip if "pure".

-[Unknown]

Copy link
Owner Author

Choose a reason for hiding this comment

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

Mm, I guess it does, yeah.

@hrydgard hrydgard merged commit 43ae1e3 into master Sep 27, 2023
18 checks passed
@hrydgard hrydgard deleted the assorted-fixes-12 branch September 27, 2023 11:01
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