Browse Source

Un-confused documentation.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
2d18915dcc
  1. 6
      src/Shader.h

6
src/Shader.h

@ -155,9 +155,9 @@ class MAGNUM_EXPORT Shader {
* @brief Add shader source
* @param source String with shader source
*
* If the shader is not compiled already, adds given
* source to source list. Note that it is possible to compile source
* from more than one source.
* If the shader is not compiled already, adds given source to source
* list. Note that it is possible to compile shader from more than
* one source.
* @see addFile()
*/
inline void addSource(const std::string& source) {

Loading…
Cancel
Save