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

ofCubeMap::regenerateAllTextures() needs dummy implementation or Android-only declaration #8395

Closed
danomatika opened this issue Mar 26, 2025 · 2 comments

Comments

@danomatika
Copy link
Contributor

From checking ofxLua with the of_v20250319_osx_release nightly:

The ofCubeMap regenerateAllTextures static class function is declared in the header, however the implementation is only available for Android. There should be dummy implementation for other platforms or the declaration should be wrapped by #ifdef TARGET_ANDROID.

@danomatika
Copy link
Contributor Author

I think wrapping the declaration for Android only is probably the way to go, this is how ofTexture does it.

@NickHardeman
Copy link
Contributor

Wrapped in an Android define #8399

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

No branches or pull requests

2 participants