Browse Source

GL: update outdated info -- ASTC is on WebGL now.

findsdl-include-root
Vladimír Vondruš 7 years ago
parent
commit
f58a15b9a1
  1. 6
      src/Magnum/GL/PixelFormat.h

6
src/Magnum/GL/PixelFormat.h

@ -1947,9 +1947,9 @@ enum class CompressedPixelFormat: GLenum {
/** /**
@brief Check availability of generic compressed pixel format @brief Check availability of generic compressed pixel format
Some OpenGL targets don't support all generic pixel formats (for example ASTC Some OpenGL targets don't support all generic pixel formats (for example PVRTC
compression might not be available on WebGL 1.0). Returns @cpp false @ce if compression might not be available on desktop OpenGL). Returns @cpp false @ce
current target can't support such format, @cpp true @ce otherwise. Moreover, if current target can't support such format, @cpp true @ce otherwise. Moreover,
returns @cpp true @ce also for all formats that are 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. expected to be valid.

Loading…
Cancel
Save