d3d11
Here are 108 public repositories matching this topic...
-
Updated
Mar 31, 2022 - Batchfile
Is your feature request related to a problem? Please describe.
When running the game in windowed mode there is no frame, which means the game cannot be moved around the screen easily.
Describe the solution you'd like
Window frame added when in Window mode. Mouse behaviour as below:
When 'in game' the mouse should be 'captured' from the OS, but when you're on the Menu screen after pre
-
Updated
Feb 12, 2022 - C++
bug
d3d9_impl.cpp
void impl::d3d9::init()
assert
Debug work only
-
Updated
Feb 3, 2022 - C++
-
Updated
Mar 31, 2022 - C++
-
Updated
Jun 28, 2017 - C++
-
Updated
Mar 30, 2022 - C++
-
Updated
Dec 21, 2021 - C++
Improve this page
Add a description, image, and links to the d3d11 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the d3d11 topic, visit your repo's landing page and select "manage topics."
I'm writing this from memory as I've used apitrace only a couple times in the last few years.
This was only seen in wine, I have no idea if this fails the same way with native Windows.
Anyway, if apitrace is placed in a path that's outside locale constrains of the locale it's run in, it fails to run due to using GetCurrentDirectoryA.
I don't quite recall how exactly the failure gets trigg