Bart van der Werf

Results 9 issues of Bart van der Werf

https://docs.microsoft.com/en-us/windows/win32/api/dxgi1_6/nf-dxgi1_6-idxgifactory6-enumadapterbygpupreference is a replacement for IDXGIFactory2_EnumAdapters that allows choosing of a High Performance or Low Power or default gpu and is the win10+ way of picking the gpu and deprecates...

early in milestone

Please use Marshal.StringToCoTaskMemUTF8 to pass path as an utf8 string instead of the letting the default ansi marshal happen in the dllimport.

up-for-grabs

Reduce chance of losing mouse events or reading stale data due to Mouse.SetPosition's potential async delay. It does this by waiting to read mouse state till after the Wait for...

Resolve warning about (theoretical) overflow Resolve warning about (theoretical) usage of uninitialized fields

1 stb_vorbis

Resolve GCC warnings due to strict aliasing rules Resolve GCC warnings due to partial struct initialization, code is not in tight loop so partial initialization does not provide a measurable...

1 stb_image_write

can fail after SDL_GpuSupportsSwapchainComposition succeeds.... https://github.com/thatcosmonaut/SDL/issues/167

Using the SteamAPI. I'm using a worker thread to read and process received messages from ReceiveMessagesOnConnection, this is done in such a way that the matching SteamNetworkingMessage_t::Release() may be a...