diff --git a/src/inspector/inspector.h b/src/inspector/inspector.h index eeab561433..db9c3c0a8d 100644 --- a/src/inspector/inspector.h +++ b/src/inspector/inspector.h @@ -55,6 +55,7 @@ struct ResourceBinding { /// in SPIR-V OpTypeImage. enum class SampledKind { kUnknown = -1, kFloat, kUInt, kSInt }; + /// Enumerator of texture image formats enum class ImageFormat { kNone = -1, kR8Unorm,