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.
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.