Fail to create root signature with version 3.3.4 #429
Replies: 3 comments
-
Not sure what the issues are, did you tried to use 3.4.3-beta package? There are bunch of samples working without issues: https://github.com/amerkoleci/Vortice.Windows.Samples/tree/main/src/Direct3D12 Otherwise enable native debug and see what Visual Studio Output Window outputs. |
Beta Was this translation helpful? Give feedback.
-
Can you confirm if it works with latest beta version? |
Beta Was this translation helpful? Give feedback.
-
We did not get it working. However if I create a new project for testing and serialize an root signature there then it works. So it points it's some internal logic and flags preventing us from successfully serializing an empty root signature in our main project. |
Beta Was this translation helpful? Give feedback.
-
Here's the C# code which the root signature method returns null without any error.
I have also replicated the same behaviour in the C++ and it returns a valid object without error.
Does Vortice has different workflow for creating root signatures or my code is the root of the evil here.
Note: I have also tried creating an empty root signature it fails on Vortice while exact C++ replica does not.
Beta Was this translation helpful? Give feedback.
All reactions