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

`D3D12_RT_FORMAT_ARRAY` type is missing the `typedef`

Open phoekz opened this issue 1 year ago • 0 comments

In d3d12.h, every other type seems to have a typedef struct X { ... } X; pattern, except for D3D12_RT_FORMAT_ARRAY 😅:

struct D3D12_RT_FORMAT_ARRAY
    {
    DXGI_FORMAT RTFormats[ 8 ];
    UINT NumRenderTargets;
    } ;

phoekz avatar Jan 07 '25 18:01 phoekz