Skip to content

Commit ad510fe

Browse files
layer: Deprecated force physical device
1 parent 8f4e007 commit ad510fe

2 files changed

Lines changed: 7 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
# Release Notes
1313

14+
## [Vulkan Profiles Tools 1.3.321](https://github.com/KhronosGroup/Vulkan-Profiles/tree/main) - October 2025
15+
16+
### Deprecation:
17+
- Deprecate layer forced physical device, replaced by the loader forced physical device
18+
1419
## [Vulkan Profiles Tools 1.3.321](https://github.com/KhronosGroup/Vulkan-Profiles/tree/sdk-1.4.321.0) - July 2025
1520

1621
### Bugfixes:

layer/VkLayer_khronos_profiles.json.in

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,6 @@
2727
],
2828
"features": {
2929
"presets": [
30-
{
31-
"label": "Force Physical Device Only",
32-
"description": "Use the Profiles layer to force a specific physical device",
33-
"platforms": [ "WINDOWS", "LINUX", "MACOS" ],
34-
"status": "STABLE",
35-
"settings": [
36-
{
37-
"key": "force_device",
38-
"value": "FORCE_DEVICE_WITH_NAME"
39-
},
40-
{
41-
"key": "profile_emulation",
42-
"value": false
43-
},
44-
{
45-
"key": "simulate_capabilities",
46-
"value": []
47-
},
48-
{
49-
"key": "emulate_portability",
50-
"value": false
51-
}
52-
]
53-
},
5430
{
5531
"label": "Emulate a Vulkan Conformant Profile",
5632
"description": "Emulate a Conformant Vulkan Profile",
@@ -153,7 +129,8 @@
153129
"key": "force_device",
154130
"label": "Force Device",
155131
"description": "On system with multiple physical devices, force the use of one specific physical device.",
156-
"status": "STABLE",
132+
"status": "DEPRECATED",
133+
"view": "HIDDEN"
157134
"type": "ENUM",
158135
"default": "FORCE_DEVICE_OFF",
159136
"platforms": [ "WINDOWS", "LINUX", "MACOS" ],

0 commit comments

Comments
 (0)