File tree 2 files changed +4
-4
lines changed
source/loader/layers/validation
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ returns:
328
328
- " An event in `phEventWaitList` has $X_EVENT_STATUS_ERROR."
329
329
- $X_RESULT_ERROR_INVALID_MEM_OBJECT
330
330
- $X_RESULT_ERROR_INVALID_SIZE :
331
- - " `region.width == 0 || region.height == 0 || region.width == 0`"
331
+ - " `region.width == 0 || region.height == 0 || region.depth == 0`"
332
332
- " `bufferRowPitch != 0 && bufferRowPitch < region.width`"
333
333
- " `hostRowPitch != 0 && hostRowPitch < region.width`"
334
334
- " `bufferSlicePitch != 0 && bufferSlicePitch < region.height * (bufferRowPitch != 0 ? bufferRowPitch : region.width)`"
@@ -406,7 +406,7 @@ returns:
406
406
- " An event in `phEventWaitList` has $X_EVENT_STATUS_ERROR."
407
407
- $X_RESULT_ERROR_INVALID_MEM_OBJECT
408
408
- $X_RESULT_ERROR_INVALID_SIZE :
409
- - " `region.width == 0 || region.height == 0 || region.width == 0`"
409
+ - " `region.width == 0 || region.height == 0 || region.depth == 0`"
410
410
- " `bufferRowPitch != 0 && bufferRowPitch < region.width`"
411
411
- " `hostRowPitch != 0 && hostRowPitch < region.width`"
412
412
- " `bufferSlicePitch != 0 && bufferSlicePitch < region.height * (bufferRowPitch != 0 ? bufferRowPitch : region.width)`"
You can’t perform that action at this time.
0 commit comments