'''Autogenerated by get_gl_extensions script, do not edit!'''
from OpenGL import platform as _p
from OpenGL.GL import glget
EXTENSION_NAME = 'GL_NV_texgen_reflection'
_p.unpack_constants( """GL_NORMAL_MAP_NV 0x8511
GL_REFLECTION_MAP_NV 0x8512""", globals())


def glInitTexgenReflectionNV():
    '''Return boolean indicating whether this extension is available'''
    from OpenGL import extensions
    return extensions.hasGLExtension( EXTENSION_NAME )
