From 17ad889bba69c58ad354c547af6c580ddea268a5 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 22 Oct 2016 16:57:09 +0900 Subject: [PATCH] graphics: Add a comment --- internal/graphics/program.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/graphics/program.go b/internal/graphics/program.go index 4bfa7ad50..d362fd751 100644 --- a/internal/graphics/program.go +++ b/internal/graphics/program.go @@ -21,6 +21,7 @@ import ( ) type arrayBufferLayoutPart struct { + // TODO: This struct should belong to a program and know it. name string dataType opengl.DataType num int