From 6a45579dbbf991c0e12ce59958e3b533d19fc9d4 Mon Sep 17 00:00:00 2001 From: jjesswan Date: Tue, 7 May 2024 06:02:29 -0400 Subject: rotating skyboxgit add -A --- glm-master/doc/api/a00277.html | 163 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 glm-master/doc/api/a00277.html (limited to 'glm-master/doc/api/a00277.html') diff --git a/glm-master/doc/api/a00277.html b/glm-master/doc/api/a00277.html new file mode 100644 index 0000000..21ec743 --- /dev/null +++ b/glm-master/doc/api/a00277.html @@ -0,0 +1,163 @@ + + + + + + +0.9.9 API documentation: GLM_EXT_vector_uint1_precision + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documentation +
+
+
+ + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
GLM_EXT_vector_uint1_precision
+
+
+ +

Exposes highp_uvec1, mediump_uvec1 and lowp_uvec1 types. +More...

+ + + + + + + + + + + +

+Typedefs

typedef vec< 1, unsigned int, highp > highp_uvec1
 1 component vector of unsigned integer values. More...
 
typedef vec< 1, unsigned int, lowp > lowp_uvec1
 1 component vector of unsigned integer values. More...
 
typedef vec< 1, unsigned int, mediump > mediump_uvec1
 1 component vector of unsigned integer values. More...
 
+

Detailed Description

+

Exposes highp_uvec1, mediump_uvec1 and lowp_uvec1 types.

+

Include <glm/ext/vector_uint1_precision.hpp> to use the features of this extension.

+

Typedef Documentation

+ +
+
+ + + + +
typedef vec< 1, u32, highp > highp_uvec1
+
+ +

1 component vector of unsigned integer values.

+
See also
GLM_EXT_vector_uint1_precision
+ +

Definition at line 27 of file vector_uint1_precision.hpp.

+ +
+
+ +
+
+ + + + +
typedef vec< 1, u32, lowp > lowp_uvec1
+
+ +

1 component vector of unsigned integer values.

+
See also
GLM_EXT_vector_uint1_precision
+ +

Definition at line 37 of file vector_uint1_precision.hpp.

+ +
+
+ +
+
+ + + + +
typedef vec< 1, u32, mediump > mediump_uvec1
+
+ +

1 component vector of unsigned integer values.

+
See also
GLM_EXT_vector_uint1_precision
+ +

Definition at line 32 of file vector_uint1_precision.hpp.

+ +
+
+
+ + + + -- cgit v1.2.3-70-g09d2