Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gldeleteframebuffers(3g) [mojave man page]

GLDELETEFRAMEBUFFERS(3G)					    OpenGL 3.3						  GLDELETEFRAMEBUFFERS(3G)

NAME
glDeleteFramebuffers - delete framebuffer objects C SPECIFICATION
void glDeleteFramebuffers(GLsizei n, GLuint *framebuffers); PARAMETERS
n Specifies the number of framebuffer objects to be deleted. framebuffers A pointer to an array containing n framebuffer objects to be deleted. DESCRIPTION
glDeleteFramebuffers deletes the n framebuffer objects whose names are stored in the array addressed by framebuffers. The name zero is reserved by the GL and is silently ignored, should it occur in framebuffers, as are other unused names. Once a framebuffer object is deleted, its name is again unused and it has no attachments. If a framebuffer that is currently bound to one or more of the targets GL_DRAW_FRAMEBUFFER or GL_READ_FRAMEBUFFER is deleted, it is as though glBindFramebuffer() had been executed with the corresponding target and framebuffer zero. ERRORS
GL_INVALID_VALUE is generated if n is negative. SEE ALSO
glGenFramebuffers(), glBindFramebuffer(), glCheckFramebufferStatus() COPYRIGHT
Copyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. OpenGL 3.3 03/08/2011 GLDELETEFRAMEBUFFERS(3G)

Check Out this Related Man Page

GLDELETEFRAMEBUFFERS(3G)					  [FIXME: manual]					  GLDELETEFRAMEBUFFERS(3G)

NAME
glDeleteFramebuffers - delete framebuffer objects C SPECIFICATION
void glDeleteFramebuffers(GLsizei n, GLuint *framebuffers); PARAMETERS
n Specifies the number of framebuffer objects to be deleted. framebuffers A pointer to an array containing n framebuffer objects to be deleted. DESCRIPTION
glDeleteFramebuffers deletes the n framebuffer objects whose names are stored in the array addressed by framebuffers. The name zero is reserved by the GL and is silently ignored, should it occur in framebuffers, as are other unused names. Once a framebuffer object is deleted, its name is again unused and it has no attachments. If a framebuffer that is currently bound to one or more of the targets GL_DRAW_FRAMEBUFFER or GL_READ_FRAMEBUFFER is deleted, it is as though glBindFramebuffer() had been executed with the corresponding target and framebuffer zero. ERRORS
GL_INVALID_VALUE is generated if n is negative. SEE ALSO
glGenFramebuffers(), glBindFramebuffer(), glCheckFramebufferStatus() COPYRIGHT
Copyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. [FIXME: source] 05/30/2012 GLDELETEFRAMEBUFFERS(3G)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

retrieving a deleted file

hi!, is there any way to retrieve a file that I have deleted few minutes back?? I am using Solaris- 5.6.. :rolleyes: (2 Replies)
Discussion started by: jyotipg
2 Replies

2. UNIX for Dummies Questions & Answers

Retrieval of deleted files

We have a situation in a large dept of programmers where critical accounting data files were deleted. Is there any way in UNIX to trace deletions and or possibly retrieve the deleted file? (14 Replies)
Discussion started by: cgardiner
14 Replies

3. UNIX for Dummies Questions & Answers

framebuffer question

I am having a hard time getting the framebuffer configured for the correct resolution. The card is a XVR-1200 and it is (or should be) linked to (do not know if that is the correct term) jfb0a & b. When I run fbconfig on /dev/fbs/jfb0a and ask for a list of resolutions, they all come back with ... (0 Replies)
Discussion started by: jetaber
0 Replies

4. UNIX for Dummies Questions & Answers

framebuffer desktop

How to set up a framebuffer desktop (environment) / no X desktop (environment)? In my case: Debian etch, allready with framebuffer but I mean that I have in framebuffer all I use in X - also read pdf (without hanging up the whole system..) and so on. (3 Replies)
Discussion started by: Action
3 Replies

5. Post Here to Contact Site Administrators and Moderators

how do i get my threads deleted?

as subject - need this done asap, in trouble (1 Reply)
Discussion started by: llcooljatt
1 Replies

6. Red Hat

File system is full ..even though file is deleted

file system is full ..even though file is deleted? (11 Replies)
Discussion started by: rajeshz
11 Replies

7. Shell Programming and Scripting

Column matching

deleted deleted (1 Reply)
Discussion started by: ust3
1 Replies

8. UNIX for Dummies Questions & Answers

Restoring deleted file with rm -rf

Is there a way I could recover a deleted text file with "rm -rf" command. Running CentOS 6.5. Thank you. (5 Replies)
Discussion started by: galford
5 Replies