Cooper Partin
Cooper Partin
Updated Issue details
Actual behavior is filled in.
Capturing some more information on this issue: Chris did some debugging and noticed that there might be an issue with CPToLocale returning a bad locale value and making incorrect assumptions...
I think the SemanticName is available as part of the _D3D12_SIGNATURE_PARAMETER_DESC ``` typedef struct _D3D12_SIGNATURE_PARAMETER_DESC { LPCSTR SemanticName; // Name of the semantic UINT SemanticIndex; // Index of the semantic...
OH! I misread the question. I'll look some more to see if that information can be retrieved.
I do not see a way to get this information. Looks like there are ways to inspect buffers/resources etc and get their names but not the names of members on...
Thanks for reporting this issue. I will take this issue as a bug so we can track it accordingly.
@MennoVink , Could this be because of Issue: https://github.com/microsoft/DirectStorage/issues/41 where compress bounds may be returing incorrect sizes causing an overrun? We haven't done a deep investigation yet here but this...
@MennoVink , I am going to take a quick peek at this today. One thought I had which I want to validate is the version of the DXC compiler that...
Thanks for trying out the 2018 compiler option. Looks like there needs to be some more investigation then. We will keep this active in our bug list then. Unfortunately I...