The Wayback Machine - https://web.archive.org/web/20220321232515/https://github.com/topics/d3d12
Skip to content
#

d3d12

Here are 95 public repositories matching this topic...

xenia
Triang3l
Triang3l commented Jun 26, 2021

In Xenia, there are two kinds of declarations of kernel notification IDs:

  • System notifications IDs are used simply as hard-written values, without any enum/consts/#defines, with merely comments indicating their original XN_SYS name.
  • XAM apps (such as XmpApp) have notification IDs declared in their classes, as private static const uint32_t kMsg….

For future convenience especially when

galtgendo
galtgendo commented Apr 18, 2021

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

Improve this page

Add a description, image, and links to the d3d12 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the d3d12 topic, visit your repo's landing page and select "manage topics."

Learn more