Prepare EXT extensions doc

This commit is contained in:
Christophe Riccio 2018-08-19 23:51:10 +02:00
parent b45f286054
commit c8adabb801

View File

@ -30,33 +30,14 @@
+ [2.15. GLM\_FORCE\_DEFAULT\_ALIGNED_GENTYPES: Force GLM to use aligned types by default](#section2_15) + [2.15. GLM\_FORCE\_DEFAULT\_ALIGNED_GENTYPES: Force GLM to use aligned types by default](#section2_15)
+ [2.16. GLM_\FORCE\_PLATFORM\_UNKNOWN: Force GLM to no detect the build platform](#section2_16) + [2.16. GLM_\FORCE\_PLATFORM\_UNKNOWN: Force GLM to no detect the build platform](#section2_16)
+ [3. Stable extensions](#section3) + [3. Stable extensions](#section3)
+ [3.1. GLM_EXT_matrix_clip_space](#section3_1) + [3.1. Scalar types](#section3_1)
+ [3.2. GLM_EXT_matrix_doubleMxN(_precision)](#section3_2) + [3.2. Scalar functions](#section3_2)
+ [3.3. GLM_EXT_matrix_floatMxN(_precision)](#section3_3) + [3.3. Vector types](#section3_3)
+ [3.4. GLM_EXT_matrix_projection](#section3_4) + [3.4. Vector functions](#section3_4)
+ [3.5. GLM_EXT_matrix_relational](#section3_5) + [3.5. Matrix types](#section3_5)
+ [3.6. GLM_EXT_matrix_transform](#section3_6) + [3.6. Matrix functions](#section3_6)
+ [3.7. GLM_EXT_quaternion_common](#section3_7) + [3.7. Quaternion types](#section3_7)
+ [3.8. GLM_EXT_quaternion_double(_precision)](#section3_8) + [3.8. Quaternion functions](#section3_8)
+ [3.9. GLM_EXT_quaternion_exponential](#section3_9)
+ [3.10. GLM_EXT_quaternion_float(_precision)](#section3_10)
+ [3.11. GLM_EXT_quaternion_geometric](#section3_11)
+ [3.12. GLM_EXT_quaternion_relation](#section3_12)
+ [3.13. GLM_EXT_quaternion_transform](#section3_13)
+ [3.14. GLM_EXT_quaternion_trigonometric](#section3_14)
+ [3.15. GLM_EXT_scalar_common](#section3_15)
+ [3.16. GLM_EXT_scalar_constants](#section3_16)
+ [3.17. GLM_EXT_scalar_float_sized](#section3_17)
+ [3.18. GLM_EXT_scalar_int_sized](#section3_18)
+ [3.19. GLM_EXT_scalar_relational](#section3_19)
+ [3.20. GLM_EXT_scalar_uint_sized](#section3_20)
+ [3.21. GLM_EXT_vector_boolX(_precision)](#section3_21)
+ [3.22. GLM_EXT_vector_common](#section3_22)
+ [3.23. GLM_EXT_vector_doubleX(_precision)](#section3_23)
+ [3.24. GLM_EXT_vector_floatX(_precision)](#section3_24)
+ [3.25. GLM_EXT_vector_intX(_precision)](#section3_25)
+ [3.26. GLM_EXT_vector_relational](#section3_26)
+ [3.27. GLM_EXT_vector_uintX](#section3_27)
+ [4. Recommended extensions](#section4) + [4. Recommended extensions](#section4)
+ [4.1. GLM_GTC_bitfield](#section4_1) + [4.1. GLM_GTC_bitfield](#section4_1)
+ [4.2. GLM_GTC_color_space](#section4_2) + [4.2. GLM_GTC_color_space](#section4_2)