소스 검색

added package doc file

leonsal 8 년 전
부모
커밋
4c940e5909
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      renderer/shader/doc.go

+ 6 - 0
renderer/shader/doc.go

@@ -0,0 +1,6 @@
+// Copyright 2016 The G3N Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// Package shader contains the several shaders used by the engine.
+package shader