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

64-bit OS rpi-vk-driver segfaults #1

Open
jwinarske opened this issue Nov 10, 2021 · 0 comments
Open

64-bit OS rpi-vk-driver segfaults #1

jwinarske opened this issue Nov 10, 2021 · 0 comments

Comments

@jwinarske
Copy link
Owner

jwinarske commented Nov 10, 2021

rpi-vulkan-segfaul-bt

Issue is spirv[4] = (uint32_t)&shaderModuleCreateInfo;. Pointers can't be treated as 32-bit in the 64-bit world.

It's currently hard coded for 32-bit.

@jwinarske jwinarske changed the title 64-bit OS rpi-vk-driver sefaults 64-bit OS rpi-vk-driver segfaults Nov 17, 2021
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

1 participant