From af05883ec87c48e46e8352d1dea82a1f629451fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 26 Feb 2020 18:05:36 +0100 Subject: [PATCH] GL: doc++ --- src/Magnum/GL/PixelFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/PixelFormat.h b/src/Magnum/GL/PixelFormat.h index 22efcc7a2..81f45d16a 100644 --- a/src/Magnum/GL/PixelFormat.h +++ b/src/Magnum/GL/PixelFormat.h @@ -1999,7 +1999,7 @@ Some OpenGL targets don't support all generic pixel formats (for example PVRTC compression might not be available on desktop OpenGL). Returns @cpp false @ce if current target can't support such format, @cpp true @ce otherwise. Moreover, returns @cpp true @ce also for all formats that are -@ref isCompressedPixelFormatImplementationSpecific().The @p format value is +@ref isCompressedPixelFormatImplementationSpecific(). The @p format value is expected to be valid. @note Support of some formats depends on presence of a particular OpenGL