标签: java opengl lwjgl texture2d
我知道如何使用:
GL11.glBindTexture(GL11.GL_TEXTURE_2D, shadowMapper.depthMap);
但是如何传递数组呢?