direct3d
Here are 111 public repositories matching this topic...
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
-
Updated
Sep 8, 2021 - C++
-
Updated
Sep 13, 2021 - C++
-
Updated
Aug 31, 2020 - C++
Is your feature request related to a problem? Please describe.
Standard mode has the usual keystrokes for notepad, but there are more that would probably be useful.
Describe the solution you'd like
As a first step, a quick review of the common keystrokes in notepad/wordpad/work, for example might throw up some obvious ones we could add
-
Updated
Sep 13, 2021 - C#
-
Updated
Dec 7, 2017 - C++
-
Updated
Sep 13, 2021 - C++
-
Updated
Aug 18, 2021 - C++
-
Updated
May 17, 2021 - C++
-
Updated
Oct 10, 2019 - HTML
-
Updated
Aug 22, 2021 - C
-
Updated
Feb 25, 2020 - C++
Improve this page
Add a description, image, and links to the direct3d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the direct3d topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Easy to work around but no reason to prevent users to add multiple lights on the same entity.
Use case:
Ambient and directional light to have just one entity handling 'sun light', directional for direct and ambient for indirect.
Spot and point light for a lighthouse's beam.