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

Texture2D: Add virtual get_mipmaps() and get_format() methods #104030

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BlueCube3310
Copy link
Contributor

Adds optional virtual methods for getting the mipmaps and the format of Texture2D derived classes. Previously, these functions were implemented in certain classes only

TODO:

  • Fix the documentation,
  • Testing

@BlueCube3310 BlueCube3310 added this to the 4.x milestone Mar 12, 2025
@fire fire requested a review from a team March 12, 2025 14:10
@fire
Copy link
Member

fire commented Mar 12, 2025

I added a request for the rendering team because I value their opinion on this and I also don't remember why Texture/ Texture2D didn't have these.

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.

2 participants