Skip to content
Snippets Groups Projects
Commit 529c0f46 authored by Conor McCarthy's avatar Conor McCarthy Committed by Alexandre Julliard
Browse files

include: Add a D3D12_RT_FORMAT_ARRAY typedef.

For consistency with how other D3D12_* structs are declared.
parent fb588b8d
No related branches found
No related tags found
1 merge request!461vkd3d: Implement ID3D12Device2::CreatePipelineState().
......@@ -2129,11 +2129,11 @@ typedef struct D3D12_PIPELINE_STATE_STREAM_DESC
void *pPipelineStateSubobjectStream;
} D3D12_PIPELINE_STATE_STREAM_DESC;
struct D3D12_RT_FORMAT_ARRAY
typedef struct D3D12_RT_FORMAT_ARRAY
{
DXGI_FORMAT RTFormats[D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT];
UINT NumRenderTargets;
};
} D3D12_RT_FORMAT_ARRAY;
typedef enum D3D12_PIPELINE_STATE_SUBOBJECT_TYPE
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment