Browse Source

Doc++

pull/638/head
Vladimír Vondruš 2 years ago
parent
commit
2e13701d21
  1. 2
      doc/changelog.dox
  2. 2
      doc/mainpage.dox

2
doc/changelog.dox

@ -1199,7 +1199,7 @@ See also:
disabling it on GLES will force creation of a GLES context using the GLX /
WGL libraries (if available); enabling it on desktop GL will allow running
windowless applications on headless machines.
- The @cpp MAGNUM_TARGET_GLES3 @&e CMake and preprocessor variable existed
- The @cpp MAGNUM_TARGET_GLES3 @ce CMake and preprocessor variable existed
solely in anticipation of there eventually being OpenGL ES 4.0. That is
increasingly unlikely to happen and most of the internal code treated it as
a simple inverse of @ref MAGNUM_TARGET_GLES2, thus it's deprecated in favor

2
doc/mainpage.dox

@ -85,7 +85,7 @@ Magnum is licensed under the MIT/Expat license:
>
> Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
> 2020, 2021, 2022
> 2020, 2021, 2022, 2023
> Vladimír Vondruš <mosra@centrum.cz> and contributors
>
> Permission is hereby granted, free of charge, to any person obtaining a

Loading…
Cancel
Save