Skip to content

Add ios support#102

Open
Markos-Th09 wants to merge 1 commit into
renderbag:mainfrom
Markos-Th09:ios
Open

Add ios support#102
Markos-Th09 wants to merge 1 commit into
renderbag:mainfrom
Markos-Th09:ios

Conversation

@Markos-Th09
Copy link
Copy Markdown

@Markos-Th09 Markos-Th09 commented May 25, 2026

Add support for iOS. and the ASTC texture format.

Comment thread plume_render_interface_types.h Outdated
@IsaacMarovitz
Copy link
Copy Markdown
Contributor

As far as I can tell the ASTC changes have nothing to do with iOS support and should be moved to another PR.

Comment thread plume_apple.mm
UIScreen *screen = [uiWindow screen];
if (@available(iOS 10.3, *)) {
int freshRate = (int)[screen maximumFramesPerSecond];
const_cast<CocoaWindow*>(this)->cachedRefreshRate.store(freshRate);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

CocoaWindow should probably be renamed if it's also going to be used for iOS

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

What should it be renamed to then?

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.

3 participants