microsoft / DirectX-Headers

Official DirectX headers available under an open source license
https://devblogs.microsoft.com/directx/
MIT License
570 stars 153 forks source link

Expose properties such as Ray.payloadSize from CFunctionReflection::m_pProps to the front end of D3D12_FUNCTION_DESC #136

Open Nielsbishere opened 3 months ago

Nielsbishere commented 3 months ago

The purpose of this is that things like payloadSize can be reflected and passed directly to the StateObject creation. For workgraphs I can imagine this is quite useful too. This is implemented by PR https://github.com/microsoft/DirectX-Headers/pull/135.