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

iOS: Fix multiple issues with PVRTC import, disable ETC1 #42262

Merged
merged 1 commit into from
Sep 28, 2020

Commits on Sep 23, 2020

  1. iOS: Fix multiple issues with PVRTC import, disable ETC1

    Fixes: godotengine#28683, godotengine#28621, godotengine#28596 and maybe others
    
    For iOS we enable pvrtc feature by default for all backends
    Etc1 for iOS doesn't have any sense, so it disabled.
    Fixed checks in export editor.
    Fixed pvrtc encoding procedure.
    
    Edit by Akien: Forward-ported from godotengine#38076, this may not make sense as is for
    Godot 4.0, but it's important that we have the latest code in sync with 3.2
    for when more rendering backends and proper iOS support are added back.
    
    Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
    DrMoriarty and akien-mga committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    313006a View commit details
    Browse the repository at this point in the history