Bart van der Werf
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...
Please use Marshal.StringToCoTaskMemUTF8 to pass path as an utf8 string instead of the letting the default ansi marshal happen in the dllimport.
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
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...
can fail after SDL_GpuSupportsSwapchainComposition succeeds.... https://github.com/thatcosmonaut/SDL/issues/167
…atch the pending enum changes in sdl_gpu
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...