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

Round DDS width/height to next divisor multiple for block compression #99600

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

Spartan322
Copy link
Contributor

@Spartan322 Spartan322 commented Nov 23, 2024

Fixes godotengine/godot-proposals#11222

Warns if rounding behavior was necessary on load, appears to produce correct results. The warning might be overly obnoxious though.

@Spartan322 Spartan322 requested a review from a team as a code owner November 23, 2024 20:31
@Spartan322 Spartan322 changed the title Round DDS width/height to next divisor multiple Round DDS width/height to next divisor multiple for block compression Nov 23, 2024
@Repiteo Repiteo added this to the 4.x milestone Nov 24, 2024
@clayjohn clayjohn modified the milestones: 4.x, 4.4 Nov 27, 2024
@Repiteo Repiteo merged commit 7ddc076 into godotengine:master Nov 27, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 27, 2024

Thanks!

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.

Allow loading of block compression DDS images with non-standard width/height
5 participants