summaryrefslogtreecommitdiff
path: root/layers/core_validation_error_enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'layers/core_validation_error_enums.h')
-rw-r--r--layers/core_validation_error_enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/layers/core_validation_error_enums.h b/layers/core_validation_error_enums.h
index a10c6ac3..e58b294b 100644
--- a/layers/core_validation_error_enums.h
+++ b/layers/core_validation_error_enums.h
@@ -221,6 +221,8 @@ enum DRAW_STATE_ERROR {
// of queried queue families
DRAWSTATE_INVALID_QUEUE_FAMILY, // Command buffer submitted on queue is from
// a different queue family
+ DRAWSTATE_IMAGE_TRANSFER_GRANULARITY, // Violation of queue family's image transfer
+ // granularity
DRAWSTATE_PUSH_CONSTANTS_ERROR, // Push constants exceed maxPushConstantSize
};