@@ -143,7 +143,7 @@ members:
143
143
desc : " [in] Commands in a finalized command-buffer can be updated."
144
144
- type : $x_bool_t
145
145
name : isInOrder
146
- desc : " [in] Commands in a command-buffer may be executed in-order without explicit dependencies."
146
+ desc : " [in] Commands in a command-buffer will execute in-order, explicit sync-point dependencies are ignored ."
147
147
- type : $x_bool_t
148
148
name : enableProfiling
149
149
desc : " [in] Command-buffer profiling is enabled."
@@ -375,7 +375,7 @@ params:
375
375
- type : " const $x_exp_command_buffer_sync_point_t*"
376
376
name : pSyncPointWaitList
377
377
desc : " [in][optional] A list of sync points that this command depends on.
378
- May be ignored if command-buffer is in-order."
378
+ Will be ignored if command-buffer is in-order."
379
379
- type : uint32_t
380
380
name : numEventsInWaitList
381
381
desc : " [in] Size of the event wait list."
@@ -440,7 +440,7 @@ params:
440
440
- type : " const $x_exp_command_buffer_sync_point_t*"
441
441
name : pSyncPointWaitList
442
442
desc : " [in][optional] A list of sync points that this command depends on.
443
- May be ignored if command-buffer is in-order."
443
+ Will be ignored if command-buffer is in-order."
444
444
- type : uint32_t
445
445
name : numEventsInWaitList
446
446
desc : " [in] Size of the event wait list."
@@ -502,7 +502,7 @@ params:
502
502
- type : " const $x_exp_command_buffer_sync_point_t*"
503
503
name : pSyncPointWaitList
504
504
desc : " [in][optional] A list of sync points that this command depends on.
505
- May be ignored if command-buffer is in-order."
505
+ Will be ignored if command-buffer is in-order."
506
506
- type : uint32_t
507
507
name : numEventsInWaitList
508
508
desc : " [in] Size of the event wait list."
@@ -569,7 +569,7 @@ params:
569
569
- type : " const $x_exp_command_buffer_sync_point_t*"
570
570
name : pSyncPointWaitList
571
571
desc : " [in][optional] A list of sync points that this command depends on.
572
- May be ignored if command-buffer is in-order."
572
+ Will be ignored if command-buffer is in-order."
573
573
- type : uint32_t
574
574
name : numEventsInWaitList
575
575
desc : " [in] Size of the event wait list."
@@ -628,7 +628,7 @@ params:
628
628
- type : " const $x_exp_command_buffer_sync_point_t*"
629
629
name : pSyncPointWaitList
630
630
desc : " [in][optional] A list of sync points that this command depends on.
631
- May be ignored if command-buffer is in-order."
631
+ Will be ignored if command-buffer is in-order."
632
632
- type : uint32_t
633
633
name : numEventsInWaitList
634
634
desc : " [in] Size of the event wait list."
@@ -687,7 +687,7 @@ params:
687
687
- type : " const $x_exp_command_buffer_sync_point_t*"
688
688
name : pSyncPointWaitList
689
689
desc : " [in][optional] A list of sync points that this command depends on.
690
- May be ignored if command-buffer is in-order."
690
+ Will be ignored if command-buffer is in-order."
691
691
- type : uint32_t
692
692
name : numEventsInWaitList
693
693
desc : " [in] Size of the event wait list."
@@ -761,7 +761,7 @@ params:
761
761
- type : " const $x_exp_command_buffer_sync_point_t*"
762
762
name : pSyncPointWaitList
763
763
desc : " [in][optional] A list of sync points that this command depends on.
764
- May be ignored if command-buffer is in-order."
764
+ Will be ignored if command-buffer is in-order."
765
765
- type : uint32_t
766
766
name : numEventsInWaitList
767
767
desc : " [in] Size of the event wait list."
@@ -835,7 +835,7 @@ params:
835
835
- type : " const $x_exp_command_buffer_sync_point_t*"
836
836
name : pSyncPointWaitList
837
837
desc : " [in][optional] A list of sync points that this command depends on.
838
- May be ignored if command-buffer is in-order."
838
+ Will be ignored if command-buffer is in-order."
839
839
- type : uint32_t
840
840
name : numEventsInWaitList
841
841
desc : " [in] Size of the event wait list."
@@ -909,7 +909,7 @@ params:
909
909
- type : " const $x_exp_command_buffer_sync_point_t*"
910
910
name : pSyncPointWaitList
911
911
desc : " [in][optional] A list of sync points that this command depends on.
912
- May be ignored if command-buffer is in-order."
912
+ Will be ignored if command-buffer is in-order."
913
913
- type : uint32_t
914
914
name : numEventsInWaitList
915
915
desc : " [in] Size of the event wait list."
@@ -971,7 +971,7 @@ params:
971
971
- type : " const $x_exp_command_buffer_sync_point_t*"
972
972
name : pSyncPointWaitList
973
973
desc : " [in][optional] A list of sync points that this command depends on.
974
- May be ignored if command-buffer is in-order."
974
+ Will be ignored if command-buffer is in-order."
975
975
- type : uint32_t
976
976
name : numEventsInWaitList
977
977
desc : " [in] Size of the event wait list."
@@ -1032,7 +1032,7 @@ params:
1032
1032
- type : " const $x_exp_command_buffer_sync_point_t*"
1033
1033
name : pSyncPointWaitList
1034
1034
desc : " [in][optional] A list of sync points that this command depends on.
1035
- May be ignored if command-buffer is in-order."
1035
+ Will be ignored if command-buffer is in-order."
1036
1036
- type : uint32_t
1037
1037
name : numEventsInWaitList
1038
1038
desc : " [in] Size of the event wait list."
@@ -1095,7 +1095,7 @@ params:
1095
1095
- type : " const $x_exp_command_buffer_sync_point_t*"
1096
1096
name : pSyncPointWaitList
1097
1097
desc : " [in][optional] A list of sync points that this command depends on.
1098
- May be ignored if command-buffer is in-order."
1098
+ Will be ignored if command-buffer is in-order."
1099
1099
- type : uint32_t
1100
1100
name : numEventsInWaitList
1101
1101
desc : " [in] Size of the event wait list."
@@ -1166,7 +1166,7 @@ params:
1166
1166
- type : " const $x_exp_command_buffer_sync_point_t*"
1167
1167
name : pSyncPointWaitList
1168
1168
desc : " [in][optional] A list of sync points that this command depends on.
1169
- May be ignored if command-buffer is in-order."
1169
+ Will be ignored if command-buffer is in-order."
1170
1170
- type : " $x_exp_command_buffer_sync_point_t*"
1171
1171
name : pSyncPoint
1172
1172
desc : " [out][optional] Sync point associated with this command."
0 commit comments