Damyan Pepper
Damyan Pepper
Am I right in understanding that the request here is that you want to be able to gather some metrics from DirectStorage so that in telemetry that your game is...
We don't have a plan to do this in the short term, however we'd gladly consider a pull request to this repo that generates the win32metadata from dstorage.h/dstorageerr.h. The request...
Thank you for the suggestion, we'll consider this. The main reason that this isn't there already is because it encourages dependency chains - essentially turning DirectStorage into synchronous ReadFile.
I'm going to reopen this because it's a good suggestion and I still think this is something we should seriously consider :)
D3D12 is fundamentally unsafe here and relies on the programmer to ensure that resources are kept alive while the GPU is still using them. It does not increase the reference...
Ideally, though, the transition barrier struct itself shouldn't own the reference. It should be possible to fill out the struct without an addref.
Thanks for the feedback, I'm going to try find an answer to the "can a third party redistribute the dlls in a rust crate" (or other packaging system) question. This...
Triage notes: this is fallout from the HLSL 2021 changes. As there's a workaround for this, this is low priority for us to fix in DXC and is unlikely to...
Let's have a think about this when we get closer to deciding what's in HLSL 202x. It's not obvious at the moment if we need to do something about the...
@coopp - can you clarify a bit more how these steps reproduce this issue please? It's not obvious to me how FOURCC values come into play in this repro.