obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
636 stars 18 forks source link

Removes raw_window_handle, uses Cstr literals #1103

Closed SuchAFuriousDeath closed 1 week ago

SuchAFuriousDeath commented 1 week ago

I didn't notice that cbdingen had a new release. I though a new version would appear on the Github repo: image

ultimaweapon commented 1 week ago

I though we need raw_window_handle to access Vulkan surface and Metal layer?

SuchAFuriousDeath commented 1 week ago

I though we need raw_window_handle to access Vulkan surface and Metal layer?

Eventually, but we do not depend on it right now. I'll put it back once it is actually required.