Fixed space characters
This commit is contained in:
@@ -169,7 +169,7 @@ namespace detail
|
|||||||
/// Unsigned integer type.
|
/// Unsigned integer type.
|
||||||
///
|
///
|
||||||
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a>
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a>
|
||||||
typedef uint_t uint;
|
typedef unsigned int uint;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user