microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.34k stars 117 forks source link

Missing D3D12_MESH_SHADER_PIPELINE_STATE_DESC #1991

Open ldubos opened 2 months ago

ldubos commented 2 months ago

Hi,

I noticed that D3D12_MESH_SHADER_PIPELINE_STATE_DESC is missing from the metadata, and probably more related to D3D12

IDK if D3D12_PIPELINE_STATE_STREAM1 and D3D12_PIPELINE_STATE_STREAM2 should also be included

riverar commented 2 months ago

Corrected name/header: D3DX12_MESH_SHADER_PIPELINE_STATE_DESC / d3dx12_pipeline_state_stream.h

Can get that added, thanks for catching that.