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

NeoDemo Metal doesn't work on Intel Macbook #518

Open
elvodqa opened this issue Oct 26, 2023 · 2 comments
Open

NeoDemo Metal doesn't work on Intel Macbook #518

elvodqa opened this issue Oct 26, 2023 · 2 comments

Comments

@elvodqa
Copy link

elvodqa commented Oct 26, 2023

OpenGL works fine (excluding the horrendous performance) but when switched to Metal backend, the window is black and occasionally white if you angle the camera to certain positions.

@tictac1234
Copy link

tictac1234 commented Feb 19, 2024

Hello.
Totally, I am suffering from the same Issue in Intel iMac as well (2019 model).

But, Does it work on the latest M1~M2 Mac?

@partyalarm
Copy link

The libsdl2.dylib included with Veldrid.SDL2 is x86_x64 and does not work on arm64 (m1).
I installed sdl2 with homebrew and replaced libsdl2.dylib.
But this time, libveldrid-spirv bundled with Veldrid.SPIRV is x86_x64, so it does not work on arm64 (m1).

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

3 participants