소스 검색

new opengl binding dev

leonsal 8 년 전
부모
커밋
0546b91076
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      gls/gls.go

+ 1 - 2
gls/gls.go

@@ -47,8 +47,7 @@ type GLS struct {
 }
 
 // Stats contains counters of OpenGL resources being used as well
-// the cummulative numbers of some OpenGL calls activities for performance
-// evaluation.
+// the cummulative numbers of some OpenGL calls for performance evaluation.
 type Stats struct {
 	Vaos      int    // Number of Vertex Array Objects
 	Vbos      int    // Number of Vertex Buffer Objects