Sam Lantinga

Results 1875 comments of Sam Lantinga

I don't know the answers to these questions, but I verified that the avif loader works on macOS. I'll go ahead and leave this open for now, in case someone...

Do you have the source code for SDL_image and SDL that is being used? Those line numbers don't correspond to the latest release.

Yeah, I'm not sure what's happening here. The likely cause would be a NULL SDL_RWops, but we check for that right before calling SDL_RWtell(), and you check for that in...

> [@slouken](https://github.com/slouken) This is a correct change from a user perspective, but we don't want this change as part of this repo. Is it ok to add a line to...

I went ahead and merged this. Can you make a similar PR for SDL3?

I'm pretty sure Vulkan bypasses the OS orientation and that has to be handled in the renderer. Does that square with your understanding, @danginsburg?

> Yes, that's correct. We need to add swapchain prerotation support to the renderer. Any hints on how to do that, or do you want to throw together a quick...

@danginsburg, any luck with that? I'd like to either have something working for 3.2.0 release, or disable the Vulkan renderer by default on Android.

> I can probably repro with a basic main() example, but, I can't get passed the "vkCreateAndroidSurfaceKHR failed: VK_ERROR_NATIVE_WINDOW_IN_USE_KHR" error, which is new. What code should I change to side-step...

Okay, that change is pushed. @AntTheAlchemist, you should be able to get past that now.