Ejemplo n.º 1
0
 public unsafe static extern void DeleteFramebuffers(GLsizei n, GLuint *framebuffers);
Ejemplo n.º 2
0
 public unsafe static extern void DeleteRenderbuffers(GLsizei n, GLuint *renderbuffers);
Ejemplo n.º 3
0
 public unsafe static extern void GenFramebuffers(GLsizei n, [OutAttribute] GLuint *framebuffers);
Ejemplo n.º 4
0
 public unsafe static extern void GenRenderbuffers(GLsizei n, [OutAttribute] GLuint *renderbuffers);
Ejemplo n.º 5
0
 public unsafe static extern void DeleteTextures(GLsizei n, GLuint *textures);
Ejemplo n.º 6
0
 public unsafe static extern void GenTextures(GLsizei n, [OutAttribute] GLuint *textures);
Ejemplo n.º 7
0
 public unsafe static extern void DeleteBuffers(GLsizei n, GLuint *buffers);