sharpdx/SharpDX

GraphicsPipelineStateDescription : StreamOutput is null

Mayhem50 opened this issue · 3 comments

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

@jkoritzinsky did you manaed to fix this in SharpGenTools?

I think so.

@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