half_float.py :  » Game-2D-3D » PyOpenGL » PyOpenGL-3.0.1 » OpenGL » raw » GL » NV » Python Open Source

Home
Python Open Source
1.3.1.2 Python
2.Ajax
3.Aspect Oriented
4.Blog
5.Build
6.Business Application
7.Chart Report
8.Content Management Systems
9.Cryptographic
10.Database
11.Development
12.Editor
13.Email
14.ERP
15.Game 2D 3D
16.GIS
17.GUI
18.IDE
19.Installer
20.IRC
21.Issue Tracker
22.Language Interface
23.Log
24.Math
25.Media Sound Audio
26.Mobile
27.Network
28.Parser
29.PDF
30.Project Management
31.RSS
32.Search
33.Security
34.Template Engines
35.Test
36.UML
37.USB Serial
38.Web Frameworks
39.Web Server
40.Web Services
41.Web Unit
42.Wiki
43.Windows
44.XML
Python Open Source » Game 2D 3D » PyOpenGL 
PyOpenGL » PyOpenGL 3.0.1 » OpenGL » raw » GL » NV » half_float.py
'''OpenGL extension NV.half_float

Automatically generated by the get_gl_extensions script, do not edit!
'''
from OpenGL import platform,constants,constant,arrays
from OpenGL import extensions
from OpenGL.GL import glget
import ctypes
EXTENSION_NAME = 'GL_NV_half_float'
_DEPRECATED = False
GL_HALF_FLOAT_NV = constant.Constant( 'GL_HALF_FLOAT_NV', 0x140B )
glVertex2hNV = platform.createExtensionFunction( 
'glVertex2hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,),
doc='glVertex2hNV(GLhalfNV(x), GLhalfNV(y)) -> None',
argNames=('x','y',),
deprecated=_DEPRECATED,
)

glVertex2hvNV = platform.createExtensionFunction( 
'glVertex2hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glVertex2hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glVertex3hNV = platform.createExtensionFunction( 
'glVertex3hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glVertex3hNV(GLhalfNV(x), GLhalfNV(y), GLhalfNV(z)) -> None',
argNames=('x','y','z',),
deprecated=_DEPRECATED,
)

glVertex3hvNV = platform.createExtensionFunction( 
'glVertex3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glVertex3hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glVertex4hNV = platform.createExtensionFunction( 
'glVertex4hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glVertex4hNV(GLhalfNV(x), GLhalfNV(y), GLhalfNV(z), GLhalfNV(w)) -> None',
argNames=('x','y','z','w',),
deprecated=_DEPRECATED,
)

glVertex4hvNV = platform.createExtensionFunction( 
'glVertex4hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glVertex4hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glNormal3hNV = platform.createExtensionFunction( 
'glNormal3hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glNormal3hNV(GLhalfNV(nx), GLhalfNV(ny), GLhalfNV(nz)) -> None',
argNames=('nx','ny','nz',),
deprecated=_DEPRECATED,
)

glNormal3hvNV = platform.createExtensionFunction( 
'glNormal3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glNormal3hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glColor3hNV = platform.createExtensionFunction( 
'glColor3hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glColor3hNV(GLhalfNV(red), GLhalfNV(green), GLhalfNV(blue)) -> None',
argNames=('red','green','blue',),
deprecated=_DEPRECATED,
)

glColor3hvNV = platform.createExtensionFunction( 
'glColor3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glColor3hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glColor4hNV = platform.createExtensionFunction( 
'glColor4hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glColor4hNV(GLhalfNV(red), GLhalfNV(green), GLhalfNV(blue), GLhalfNV(alpha)) -> None',
argNames=('red','green','blue','alpha',),
deprecated=_DEPRECATED,
)

glColor4hvNV = platform.createExtensionFunction( 
'glColor4hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glColor4hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glTexCoord1hNV = platform.createExtensionFunction( 
'glTexCoord1hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,),
doc='glTexCoord1hNV(GLhalfNV(s)) -> None',
argNames=('s',),
deprecated=_DEPRECATED,
)

glTexCoord1hvNV = platform.createExtensionFunction( 
'glTexCoord1hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glTexCoord1hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glTexCoord2hNV = platform.createExtensionFunction( 
'glTexCoord2hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,),
doc='glTexCoord2hNV(GLhalfNV(s), GLhalfNV(t)) -> None',
argNames=('s','t',),
deprecated=_DEPRECATED,
)

glTexCoord2hvNV = platform.createExtensionFunction( 
'glTexCoord2hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glTexCoord2hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glTexCoord3hNV = platform.createExtensionFunction( 
'glTexCoord3hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glTexCoord3hNV(GLhalfNV(s), GLhalfNV(t), GLhalfNV(r)) -> None',
argNames=('s','t','r',),
deprecated=_DEPRECATED,
)

glTexCoord3hvNV = platform.createExtensionFunction( 
'glTexCoord3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glTexCoord3hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glTexCoord4hNV = platform.createExtensionFunction( 
'glTexCoord4hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glTexCoord4hNV(GLhalfNV(s), GLhalfNV(t), GLhalfNV(r), GLhalfNV(q)) -> None',
argNames=('s','t','r','q',),
deprecated=_DEPRECATED,
)

glTexCoord4hvNV = platform.createExtensionFunction( 
'glTexCoord4hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glTexCoord4hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glMultiTexCoord1hNV = platform.createExtensionFunction( 
'glMultiTexCoord1hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,constants.GLhalfNV,),
doc='glMultiTexCoord1hNV(GLenum(target), GLhalfNV(s)) -> None',
argNames=('target','s',),
deprecated=_DEPRECATED,
)

glMultiTexCoord1hvNV = platform.createExtensionFunction( 
'glMultiTexCoord1hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,arrays.GLushortArray,),
doc='glMultiTexCoord1hvNV(GLenum(target), GLushortArray(v)) -> None',
argNames=('target','v',),
deprecated=_DEPRECATED,
)

glMultiTexCoord2hNV = platform.createExtensionFunction( 
'glMultiTexCoord2hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,constants.GLhalfNV,constants.GLhalfNV,),
doc='glMultiTexCoord2hNV(GLenum(target), GLhalfNV(s), GLhalfNV(t)) -> None',
argNames=('target','s','t',),
deprecated=_DEPRECATED,
)

glMultiTexCoord2hvNV = platform.createExtensionFunction( 
'glMultiTexCoord2hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,arrays.GLushortArray,),
doc='glMultiTexCoord2hvNV(GLenum(target), GLushortArray(v)) -> None',
argNames=('target','v',),
deprecated=_DEPRECATED,
)

glMultiTexCoord3hNV = platform.createExtensionFunction( 
'glMultiTexCoord3hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glMultiTexCoord3hNV(GLenum(target), GLhalfNV(s), GLhalfNV(t), GLhalfNV(r)) -> None',
argNames=('target','s','t','r',),
deprecated=_DEPRECATED,
)

glMultiTexCoord3hvNV = platform.createExtensionFunction( 
'glMultiTexCoord3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,arrays.GLushortArray,),
doc='glMultiTexCoord3hvNV(GLenum(target), GLushortArray(v)) -> None',
argNames=('target','v',),
deprecated=_DEPRECATED,
)

glMultiTexCoord4hNV = platform.createExtensionFunction( 
'glMultiTexCoord4hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glMultiTexCoord4hNV(GLenum(target), GLhalfNV(s), GLhalfNV(t), GLhalfNV(r), GLhalfNV(q)) -> None',
argNames=('target','s','t','r','q',),
deprecated=_DEPRECATED,
)

glMultiTexCoord4hvNV = platform.createExtensionFunction( 
'glMultiTexCoord4hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLenum,arrays.GLushortArray,),
doc='glMultiTexCoord4hvNV(GLenum(target), GLushortArray(v)) -> None',
argNames=('target','v',),
deprecated=_DEPRECATED,
)

glFogCoordhNV = platform.createExtensionFunction( 
'glFogCoordhNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,),
doc='glFogCoordhNV(GLhalfNV(fog)) -> None',
argNames=('fog',),
deprecated=_DEPRECATED,
)

glFogCoordhvNV = platform.createExtensionFunction( 
'glFogCoordhvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glFogCoordhvNV(GLushortArray(fog)) -> None',
argNames=('fog',),
deprecated=_DEPRECATED,
)

glSecondaryColor3hNV = platform.createExtensionFunction( 
'glSecondaryColor3hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glSecondaryColor3hNV(GLhalfNV(red), GLhalfNV(green), GLhalfNV(blue)) -> None',
argNames=('red','green','blue',),
deprecated=_DEPRECATED,
)

glSecondaryColor3hvNV = platform.createExtensionFunction( 
'glSecondaryColor3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glSecondaryColor3hvNV(GLushortArray(v)) -> None',
argNames=('v',),
deprecated=_DEPRECATED,
)

glVertexWeighthNV = platform.createExtensionFunction( 
'glVertexWeighthNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLhalfNV,),
doc='glVertexWeighthNV(GLhalfNV(weight)) -> None',
argNames=('weight',),
deprecated=_DEPRECATED,
)

glVertexWeighthvNV = platform.createExtensionFunction( 
'glVertexWeighthvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(arrays.GLushortArray,),
doc='glVertexWeighthvNV(GLushortArray(weight)) -> None',
argNames=('weight',),
deprecated=_DEPRECATED,
)

glVertexAttrib1hNV = platform.createExtensionFunction( 
'glVertexAttrib1hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLhalfNV,),
doc='glVertexAttrib1hNV(GLuint(index), GLhalfNV(x)) -> None',
argNames=('index','x',),
deprecated=_DEPRECATED,
)

glVertexAttrib1hvNV = platform.createExtensionFunction( 
'glVertexAttrib1hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,arrays.GLushortArray,),
doc='glVertexAttrib1hvNV(GLuint(index), GLushortArray(v)) -> None',
argNames=('index','v',),
deprecated=_DEPRECATED,
)

glVertexAttrib2hNV = platform.createExtensionFunction( 
'glVertexAttrib2hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLhalfNV,constants.GLhalfNV,),
doc='glVertexAttrib2hNV(GLuint(index), GLhalfNV(x), GLhalfNV(y)) -> None',
argNames=('index','x','y',),
deprecated=_DEPRECATED,
)

glVertexAttrib2hvNV = platform.createExtensionFunction( 
'glVertexAttrib2hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,arrays.GLushortArray,),
doc='glVertexAttrib2hvNV(GLuint(index), GLushortArray(v)) -> None',
argNames=('index','v',),
deprecated=_DEPRECATED,
)

glVertexAttrib3hNV = platform.createExtensionFunction( 
'glVertexAttrib3hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glVertexAttrib3hNV(GLuint(index), GLhalfNV(x), GLhalfNV(y), GLhalfNV(z)) -> None',
argNames=('index','x','y','z',),
deprecated=_DEPRECATED,
)

glVertexAttrib3hvNV = platform.createExtensionFunction( 
'glVertexAttrib3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,arrays.GLushortArray,),
doc='glVertexAttrib3hvNV(GLuint(index), GLushortArray(v)) -> None',
argNames=('index','v',),
deprecated=_DEPRECATED,
)

glVertexAttrib4hNV = platform.createExtensionFunction( 
'glVertexAttrib4hNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,constants.GLhalfNV,),
doc='glVertexAttrib4hNV(GLuint(index), GLhalfNV(x), GLhalfNV(y), GLhalfNV(z), GLhalfNV(w)) -> None',
argNames=('index','x','y','z','w',),
deprecated=_DEPRECATED,
)

glVertexAttrib4hvNV = platform.createExtensionFunction( 
'glVertexAttrib4hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,arrays.GLushortArray,),
doc='glVertexAttrib4hvNV(GLuint(index), GLushortArray(v)) -> None',
argNames=('index','v',),
deprecated=_DEPRECATED,
)

glVertexAttribs1hvNV = platform.createExtensionFunction( 
'glVertexAttribs1hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLushortArray,),
doc='glVertexAttribs1hvNV(GLuint(index), GLsizei(n), GLushortArray(v)) -> None',
argNames=('index','n','v',),
deprecated=_DEPRECATED,
)

glVertexAttribs2hvNV = platform.createExtensionFunction( 
'glVertexAttribs2hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLushortArray,),
doc='glVertexAttribs2hvNV(GLuint(index), GLsizei(n), GLushortArray(v)) -> None',
argNames=('index','n','v',),
deprecated=_DEPRECATED,
)

glVertexAttribs3hvNV = platform.createExtensionFunction( 
'glVertexAttribs3hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLushortArray,),
doc='glVertexAttribs3hvNV(GLuint(index), GLsizei(n), GLushortArray(v)) -> None',
argNames=('index','n','v',),
deprecated=_DEPRECATED,
)

glVertexAttribs4hvNV = platform.createExtensionFunction( 
'glVertexAttribs4hvNV',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLushortArray,),
doc='glVertexAttribs4hvNV(GLuint(index), GLsizei(n), GLushortArray(v)) -> None',
argNames=('index','n','v',),
deprecated=_DEPRECATED,
)


def glInitHalfFloatNV():
    '''Return boolean indicating whether this extension is available'''
    return extensions.hasGLExtension( EXTENSION_NAME )
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.