ash icon indicating copy to clipboard operation
ash copied to clipboard

`ScreenSurfaceCreateInfoQNX` builder takes `c_void` handles by reference instead of pointer

Open Rua opened this issue 1 year ago • 0 comments

The two builder methods for setting the handles on ScreenSurfaceCreateInfoQNX, context and window, take references &mut c_void. But these are handles, not actual references, so these should be pointers.

Rua avatar Oct 02 '24 11:10 Rua