コード例 #1
0
 public static extern void glTexImage2D(Constants.TextureTarget target, int level, Constants.GLTextureInternalFormat internalFormat, int width, int height, int border, Constants.GLTextureFormat format, Constants.GLTextureType type, IntPtr pixelData);
コード例 #2
0
 public static extern void glBindTexture(Constants.TextureTarget target, uint texture);