layers: Enable fine-grained filtering of image layer log messages
diff --git a/layers/image.h b/layers/image.h
index cbe61f8..21e06ff 100644
--- a/layers/image.h
+++ b/layers/image.h
@@ -45,6 +45,7 @@
     IMAGE_INVALID_RESOLVE_SAMPLES,          // Image resolve source samples less than two or dest samples greater than one
     IMAGE_INVALID_FORMAT,                   // Operation specifies an invalid format, or there is a format mismatch
     IMAGE_INVALID_FILTER,                   // Operation specifies an invalid filter setting
+    IMAGE_INVALID_IMAGE_RESOURCE,           // Image resource/subresource called with invalid setting
     IMAGE_INVALID_FORMAT_LIMITS_VIOLATION,  // Device limits for this format have been exceeded
 } IMAGE_ERROR;