glSelectBuffer

establish a buffer for selection mode values

Signature

glSelectBuffer( GLsizei ( size ) , GLuint * ( buffer ) )-> void
glSelectBuffer( size , buffer = None )
Create a selection buffer of the given size
    

Parameters

VariablesDescription
size
Specifies the size of buffer .
buffer
Returns the selection data.

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glSelectBuffer
OpenGLContext OpenGLContext/passes/renderpass.py Lines: 550
pyBzEdit pyBzEdit.py Lines: 747
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/Experiments/Cubes.py Lines: 289
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/Display3D.py Lines: 452
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 766
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/Display3D.py Lines: 452
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 765