Skip to content

Commit 91fcffa

Browse files
manifest: Fix platforms for GPUAV and DebugPrintf sub-settings
1 parent 96d5b8b commit 91fcffa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

layers/json/VkLayer_khronos_validation.json.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@
402402
"description": "To redirect Debug Printf messages from the debug callback to stdout",
403403
"type": "BOOL",
404404
"default": true,
405+
"platforms": [ "WINDOWS", "LINUX" ],
405406
"dependence": {
406407
"mode": "ANY",
407408
"settings": [
@@ -414,10 +415,11 @@
414415
},
415416
{
416417
"key": "printf_verbose",
417-
"label": "Verbose",
418+
"label": "Printf verbose",
418419
"description": "Verbosity of debug printf messages",
419420
"type": "BOOL",
420421
"default": false,
422+
"platforms": [ "WINDOWS", "LINUX" ],
421423
"dependence": {
422424
"mode": "ANY",
423425
"settings": [
@@ -439,6 +441,7 @@
439441
"max": 1048576
440442
},
441443
"unit": "bytes",
444+
"platforms": [ "WINDOWS", "LINUX" ],
442445
"dependence": {
443446
"mode": "ANY",
444447
"settings": [
@@ -464,6 +467,7 @@
464467
"description": "Enable buffer out of bounds checking",
465468
"type": "BOOL",
466469
"default": true,
470+
"platforms": [ "WINDOWS", "LINUX" ],
467471
"dependence": {
468472
"mode": "ANY",
469473
"settings": [
@@ -480,6 +484,7 @@
480484
"description": "Enable draw indirect checking",
481485
"type": "BOOL",
482486
"default": true,
487+
"platforms": [ "WINDOWS", "LINUX" ],
483488
"dependence": {
484489
"mode": "ANY",
485490
"settings": [

0 commit comments

Comments
 (0)