]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/datatype.h
Update and improve documentation
[libs/gl.git] / source / core / datatype.h
index a03b6bda99162f3dd6a59a8facd52c0886b59775..22c72f6a3d8ea0c67c8b6c1ab6921082fdbb2e8d 100644 (file)
@@ -8,9 +8,11 @@ namespace Msp {
 namespace GL {
 
 /**
-Identifies a data type.  The values are bitfields laid as follows:
+Identifies a data type.
 
-__ds addd ccrr _bfg ssss ssss
+The values are bitfields laid as follows:
+
+__hm addd ccrr _bfg ssss ssss
   ││ │  │  │ │  │││         └╴Size (bytes)
   ││ │  │  │ │  ││└──────────╴Signed flag
   ││ │  │  │ │  │└───────────╴Floating-point flag
@@ -23,7 +25,7 @@ __ds addd ccrr _bfg ssss ssss
   └──────────────────────────╴Shadow sampler flag
 
 This information is presented for internal documentation purposes only; it is
-inadvisable for programs to rely on it.
+inadvisable for applications to rely on it.
 */
 enum DataType
 {