You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
f0db90c8ef
Added ES2-only support for GL_LUMINANCE{,_ALPHA}.
...
It is deprecated, but many ES2 implementations don't support
EXT_texture_rg, thus this is the only way to have single- and
two-component textures without wasting precious memory. The enum value
isn't exposed on desktop OpenGL and ES3. GL_ALPHA is not supported, as
it doesn't bring any new functionality (it is also single-component
and thus can be interchanged with GL_LUMINANCE).
13 years ago
..
best-practices.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
building.dox
Physics shape rework #7 : renamed Physics namespace to Shapes.
13 years ago
cmake.dox
Physics shape rework #7 : renamed Physics namespace to Shapes.
13 years ago
coding-style.dox
Deinlined heavy functions and removed redundant `inline` everywhere else.
13 years ago
compilation-speedup.dox
Physics shape rework #7 : renamed Physics namespace to Shapes.
13 years ago
debug-tools.dox
Minor documentation fixes.
13 years ago
features.dox
Shape rework #8 : updated documentation.
13 years ago
mainpage.dox
Updated NaCl-related documentation and stuff.
13 years ago
matrix-vector.dox
Math: ability to access also matrix row vectors.
13 years ago
method-chaining.dox
Moved texture and image formats out of the classes.
13 years ago
namespaces.dox
Shape rework #8 : updated documentation.
13 years ago
platform.dox
Fixed platform documentation.
13 years ago
portability.dox
Platform: portable application arguments specification.
13 years ago
required-extensions.dox
Added section for ES2-compatibility-only features into documentation.
13 years ago
scenegraph.dox
SceneGraph: removed redundant `inline` keyword.
13 years ago
shapes.dox
Shape rework #8 : updated documentation.
13 years ago
tips.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
transformations.dox
Math: renamed {rotationAngle, rotationAxis}() -> {rotation, angle, axis}().
13 years ago
types.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
unsupported.dox
Added ES2-only support for GL_LUMINANCE{,_ALPHA}.
13 years ago