Fixed space characters
This commit is contained in:
parent
4b4f3fbbaa
commit
d2c0cf0a93
@ -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;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user