Skip to content
Snippets Groups Projects
Commit a5b78eea authored by Henri Verbeet's avatar Henri Verbeet
Browse files

include: Fix D3D12_SAMPLER_DESC.

parent 3f05f65d
No related branches found
No related tags found
No related merge requests found
......@@ -971,12 +971,9 @@ typedef struct D3D12_SAMPLER_DESC
FLOAT MipLODBias;
UINT MaxAnisotropy;
D3D12_COMPARISON_FUNC ComparisonFunc;
D3D12_STATIC_BORDER_COLOR BorderColor;
FLOAT BorderColor[4];
FLOAT MinLOD;
FLOAT MaxLOD;
UINT ShaderRegister;
UINT RegisterSpace;
D3D12_SHADER_VISIBILITY ShaderVisibility;
} D3D12_SAMPLER_DESC;
typedef struct D3D12_CPU_DESCRIPTOR_HANDLE
......
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