sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 642 forks source link

GraphicsPipelineStateDescription : StreamOutput is null #1091

Open Mayhem50 opened 5 years ago

Mayhem50 commented 5 years ago

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 5 years ago

@jkoritzinsky did you manaed to fix this in SharpGenTools?

jkoritzinsky commented 5 years ago

I think so.

amerkoleci commented 5 years ago

@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