GraphicsPipelineStateDescription : StreamOutput is null
Mayhem50 opened this issue · 3 comments
Mayhem50 commented
In SharpDX.Direct3D12 6.2
When create a new GraphicsPipelineStateDescription the StreamOutput property is null. You must initialize it before creating the PSO.
It was not necessary in previous versions
amerkoleci commented
@jkoritzinsky did you manaed to fix this in SharpGenTools?
jkoritzinsky commented
I think so.
amerkoleci commented
@jkoritzinsky I tried by updated to last SharpGen tools CLI build but the issue still exists (#1127).
Can the marshal of struct be fixed please, atm I cannot use last 4.2.1 SharpDX due to this issue