'''Autogenerated by get_gl_extensions script, do not edit!'''
from OpenGL import platform as _p
from OpenGL.GL import glget
EXTENSION_NAME = 'GL_SGIX_ycrcba'
_p.unpack_constants( """GL_YCRCB_SGIX 0x8318
GL_YCRCBA_SGIX 0x8319""", globals())


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