Exemplo n.º 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);
Exemplo n.º 2
0
 public static extern void glBindTexture(Constants.TextureTarget target, uint texture);