From 6553c237a1c14d2879c1a55392b1d7ff7691ebea Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 16 May 2020 23:42:32 +0900 Subject: [PATCH] shaderir: Add comments --- internal/shaderir/program.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/shaderir/program.go b/internal/shaderir/program.go index 70f38f8f9..2befe1d4e 100644 --- a/internal/shaderir/program.go +++ b/internal/shaderir/program.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package shaderir offers intermediate representation for shader programs. package shaderir type Program struct {