mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
vkd3d: Add D3D_FEATURE_LEVEL_1_0_CORE as a valid feature level.
This commit is contained in:
parent
6abcc27c97
commit
4ec7f360d9
Notes:
Alexandre Julliard
2024-01-03 23:09:17 +01:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/535
@ -155,6 +155,7 @@ typedef enum D3D_PRIMITIVE_TOPOLOGY
|
||||
|
||||
typedef enum D3D_FEATURE_LEVEL
|
||||
{
|
||||
D3D_FEATURE_LEVEL_1_0_CORE = 0x1000,
|
||||
D3D_FEATURE_LEVEL_9_1 = 0x9100,
|
||||
D3D_FEATURE_LEVEL_9_2 = 0x9200,
|
||||
D3D_FEATURE_LEVEL_9_3 = 0x9300,
|
||||
|
@ -549,6 +549,7 @@ bool is_valid_feature_level(D3D_FEATURE_LEVEL feature_level)
|
||||
D3D_FEATURE_LEVEL_9_3,
|
||||
D3D_FEATURE_LEVEL_9_2,
|
||||
D3D_FEATURE_LEVEL_9_1,
|
||||
D3D_FEATURE_LEVEL_1_0_CORE,
|
||||
};
|
||||
unsigned int i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user