From f58a15b9a1d1898718692025bdcc588175914250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 26 Sep 2019 18:38:18 +0200 Subject: [PATCH] GL: update outdated info -- ASTC is on WebGL now. --- src/Magnum/GL/PixelFormat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/GL/PixelFormat.h b/src/Magnum/GL/PixelFormat.h index 384645ae8..4daa9f85c 100644 --- a/src/Magnum/GL/PixelFormat.h +++ b/src/Magnum/GL/PixelFormat.h @@ -1947,9 +1947,9 @@ enum class CompressedPixelFormat: GLenum { /** @brief Check availability of generic compressed pixel format -Some OpenGL targets don't support all generic pixel formats (for example ASTC -compression might not be available on WebGL 1.0). Returns @cpp false @ce if -current target can't support such format, @cpp true @ce otherwise. Moreover, +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 expected to be valid.