DirectX-Headers icon indicating copy to clipboard operation
DirectX-Headers copied to clipboard

`CD3DX12_VERSIONED_ROOT_SIGNATURE_DESC` is missing a `Init_1_2` member function and constructor

Open phoekz opened this issue 1 year ago • 0 comments

This is a very minor nitpick, but CD3DX12_VERSIONED_ROOT_SIGNATURE_DESC under d3dx12_root_signature.h doesn't have a member function variant of Init_1_2 function, while 1_0 and 1_1 have one.

Similarly, a constructor for 1_2 is also missing.

phoekz avatar Jul 22 '23 10:07 phoekz