Skip to content

D3D12_RT_FORMAT_ARRAY type is missing the typedef #155

@phoekz

Description

@phoekz

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;
    } ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions