コード例 #1
0
ファイル: ReadBuffer2File.java プロジェクト: neosam/jogl
 public void display(GLAutoDrawable drawable) {
   super.display(drawable);
   copyTextureData2File();
 }
コード例 #2
0
ファイル: ReadBuffer2File.java プロジェクト: neosam/jogl
 public void dispose(GLAutoDrawable drawable) {
   super.dispose(drawable);
 }