File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 402
402
"description": "To redirect Debug Printf messages from the debug callback to stdout",
403
403
"type": "BOOL",
404
404
"default": true,
405
+ "platforms": [ "WINDOWS", "LINUX" ],
405
406
"dependence": {
406
407
"mode": "ANY",
407
408
"settings": [
414
415
},
415
416
{
416
417
"key": "printf_verbose",
417
- "label": "Verbose ",
418
+ "label": "Printf verbose ",
418
419
"description": "Verbosity of debug printf messages",
419
420
"type": "BOOL",
420
421
"default": false,
422
+ "platforms": [ "WINDOWS", "LINUX" ],
421
423
"dependence": {
422
424
"mode": "ANY",
423
425
"settings": [
439
441
"max": 1048576
440
442
},
441
443
"unit": "bytes",
444
+ "platforms": [ "WINDOWS", "LINUX" ],
442
445
"dependence": {
443
446
"mode": "ANY",
444
447
"settings": [
464
467
"description": "Enable buffer out of bounds checking",
465
468
"type": "BOOL",
466
469
"default": true,
470
+ "platforms": [ "WINDOWS", "LINUX" ],
467
471
"dependence": {
468
472
"mode": "ANY",
469
473
"settings": [
480
484
"description": "Enable draw indirect checking",
481
485
"type": "BOOL",
482
486
"default": true,
487
+ "platforms": [ "WINDOWS", "LINUX" ],
483
488
"dependence": {
484
489
"mode": "ANY",
485
490
"settings": [
You can’t perform that action at this time.
0 commit comments