]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/finalize.h
Comments and cosmetic cleanups
[libs/gl.git] / source / glsl / finalize.h
index 3db581be732cd3c5ea7e0b40fce67498db9e1e45..0638026dba207f2e7d48a209d2a2f3d6ea49c11c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef MSP_GL_SL_COMPATIBILITY_H_
-#define MSP_GL_SL_COMPATIBILITY_H_
+#ifndef MSP_GL_SL_FINALIZE_H_
+#define MSP_GL_SL_FINALIZE_H_
 
 #include <string>
 #include "visitor.h"
@@ -8,6 +8,8 @@ namespace Msp {
 namespace GL {
 namespace SL {
 
+/** Assigns location and binding layout qualifiers to interface variables and
+blocks. */
 class LocationAllocator: private TraversingVisitor
 {
 private: