mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
include: Fix D3D12_SAMPLER_DESC.
This commit is contained in:
parent
3f05f65dbc
commit
a5b78eea21
@ -971,12 +971,9 @@ typedef struct D3D12_SAMPLER_DESC
|
|||||||
FLOAT MipLODBias;
|
FLOAT MipLODBias;
|
||||||
UINT MaxAnisotropy;
|
UINT MaxAnisotropy;
|
||||||
D3D12_COMPARISON_FUNC ComparisonFunc;
|
D3D12_COMPARISON_FUNC ComparisonFunc;
|
||||||
D3D12_STATIC_BORDER_COLOR BorderColor;
|
FLOAT BorderColor[4];
|
||||||
FLOAT MinLOD;
|
FLOAT MinLOD;
|
||||||
FLOAT MaxLOD;
|
FLOAT MaxLOD;
|
||||||
UINT ShaderRegister;
|
|
||||||
UINT RegisterSpace;
|
|
||||||
D3D12_SHADER_VISIBILITY ShaderVisibility;
|
|
||||||
} D3D12_SAMPLER_DESC;
|
} D3D12_SAMPLER_DESC;
|
||||||
|
|
||||||
typedef struct D3D12_CPU_DESCRIPTOR_HANDLE
|
typedef struct D3D12_CPU_DESCRIPTOR_HANDLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user