ScreenSurfaceCreateInfoQNX
builder takes c_void
handles by reference instead of pointer
#949
Milestone
ScreenSurfaceCreateInfoQNX
builder takes c_void
handles by reference instead of pointer
#949
The two builder methods for setting the handles on
ScreenSurfaceCreateInfoQNX
,context
andwindow
, take references&mut c_void
. But these are handles, not actual references, so these should be pointers.The text was updated successfully, but these errors were encountered: