GLGENTEXTURES
NAMEC SPECIFICATION
PARAMETERS
DESCRIPTION
NOTES
ERRORS
ASSOCIATED GETS
SEE ALSO
NAME
glGenTextures − generate texture names
C SPECIFICATION
void glGenTextures( GLsizei n,
GLuint *textures ) |
PARAMETERS
n |
Specifies the number of texture names to be generated. | ||
textures |
Specifies an array in which the generated texture names are stored. |
DESCRIPTION
glGenTextures returns n texture names in textures. There is no guarantee that the names form a contiguous set of integers; however, it is guaranteed that none of the returned names was in use immediately before the call to glGenTextures.
The generated textures have no dimensionality; they assume the dimensionality of the texture target to which they are first bound (see glBindTexture).
Texture names returned by a call to glGenTextures are not returned by subsequent calls, unless they are first deleted with glDeleteTextures.
NOTES
glGenTextures is available only if the GL version is 1.1 or greater.
ERRORS
GL_INVALID_VALUE is generated if n is negative.
GL_INVALID_OPERATION is generated if glGenTextures is executed between the execution of glBegin and the corresponding execution of glEnd.
ASSOCIATED GETS
glIsTexture
SEE ALSO
glBindTexture(3G), glCopyTexImage1D(3G), glCopyTexImage2D(3G), glDeleteTextures(3G), glGet(3G), glGetTexParameter(3G), glTexImage1D(3G), glTexImage2D(3G), glTexImage3D(3G), glTexParameter(3G)
More Linux Commands
manpages/Tcl_FSPathSeparator.3.html
Tcl_FSPathSeparator(3) - procedures to interact with any fil
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta
manpages/hosts_access.3.html
hosts_access(3) - access control library - Linux man page...
The routines described in this document are part of the libwrap.a library. They implement a rule-based access control language with optional shell commands that
manpages/snmp_parse_oid.3.html
snmp_parse_oid(3) - netsnmp_mib_api functions (Man Page)....
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc
manpages/getdtablesize.3.html
getdtablesize(3) get descriptor table size - Linux man page
getdtablesize() returns the maximum number of files a process can have open, one more than the largest possible value for a file descriptor. RETURN VALUE The cu
manpages/err.3.html
err(3) - formatted error messages - Linux manual page.......
The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, a
manpages/mallinfo.3.html
mallinfo(3) obtain memory allocation information (Man Page)
The mallinfo() function returns a copy of a structure containing information about memory allocations performed by malloc(3) and related functions. This structu
manpages/scr_init_sp.3ncurses.html
scr_init_sp(3ncurses) - curses screen-pointer extension.....
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/git-tar-tree.1.html
git-tar-tree(1) - Create a tar archive of the files in the n
THIS COMMAND IS DEPRECATED. Use git archive with --format=tar option instead (and move the <base> argument to --prefix=base/). Creates a tar archive containing
manpages/XmbufGetWindowAttributes.3.html
XmbufGetWindowAttributes(3) - X multibuffering functions....
The application programming library for the X11 Double-Buffering, Multi-Buffering, and Stereo Extension contains the interfaces described below. With the except
manpages/systemd.exec.5.html
systemd.exec(5) - systemd execution environment configuratio
Unit configuration files for services, sockets, mount points, and swap devices share a subset of configuration options which define the execution environment of
manpages/subscriptions.5.html
subscriptions(5) - Default recommended subscriptions........
The pathetc/subscriptions file contains a list of newsgroups that is returned by the NNTP command LIST SUBSCRIPTIONS . Clients that support this command usually
manpages/XML::XPath::PerlSAX.3pm.html
XML::XPath::PerlSAX(3pm) - A PerlSAX event generator for my
This module generates PerlSAX events to pass to a PerlSAX handler such as XML::DOM::PerlSAX. It operates specifically on my wierd tree format. Unfortunately SAX
