diff --git a/source/slang/slang-ast-support-types.h b/source/slang/slang-ast-support-types.h index 3643c47c091..12a1895d702 100644 --- a/source/slang/slang-ast-support-types.h +++ b/source/slang/slang-ast-support-types.h @@ -207,10 +207,10 @@ FIDDLE() namespace Slang { SlangScalarType scalarType; ///< If image format is not made up of channels of set sizes ///< this will be SLANG_SCALAR_TYPE_NONE - uint8_t channelCount; ///< The number of channels - uint8_t sizeInBytes; ///< Size in bytes - UnownedStringSlice name; ///< The name associated with this type. NOTE! Currently these - ///< names *are* the GLSL format names. + uint8_t channelCount; ///< The number of channels + uint8_t sizeInBytes; ///< Size in bytes + UnownedStringSlice name; ///< The name associated with this type. NOTE! Currently these + ///< names *are* the GLSL format names. }; const ImageFormatInfo& getImageFormatInfo(ImageFormat format);