ó
    š3j†  ã                   ó`   • S r SSKJrJrJr  SSKJrJr  SSKrSSKJ	r	J
r
  SSK7  SSKJr  S rg)	a  OpenGL extension SGIX.flush_raster

This module customises the behaviour of the 
OpenGL.raw.GL.SGIX.flush_raster to provide a more 
Python-friendly API

Overview (from the spec)
        
        This extensions provides a way to ensure that all raster operations 
        currently in the pipeline will be completed before the next 
        raster operation begins. We define a raster operation as an operation
        that involves the rasterization stage of the OpenGL pipeline.
        The implementation is free to decide what consitutes flushing the
        raster subsystem.
        
        The motivation is to allow accurate instrumentation by 
        including this call before stopping rasterization measurements.
        There are cases where Finish() is used, but a FlushRaster()
        would suffice, so this extension is deliberately kept independent 
        of the instruments extension.

The official definition of this extension is available here:
http://www.opengl.org/registry/specs/SGIX/flush_raster.txt
é    )ÚplatformÚconstantÚarrays)Ú
extensionsÚwrapperN)Ú_typesÚ_glgets)Ú*)Ú_EXTENSION_NAMEc                  ó:   • SSK Jn   U R                  " [        5      $ )z=Return boolean indicating whether this extension is availabler   ©r   )ÚOpenGLr   ÚhasGLExtensionr   r   s    ÚU/home/wildlama/miniconda3/lib/python3.13/site-packages/OpenGL/GL/SGIX/flush_raster.pyÚglInitFlushRasterSGIXr       s   € å!Ø×$Ò$¤oÓ7Ð7ó    )Ú__doc__r   r   r   r   r   r   ÚctypesÚOpenGL.raw.GLr   r	   ÚOpenGL.raw.GL.SGIX.flush_rasterr   r   © r   r   Ú<module>r      s&   ðñ÷0 .Ñ -ß &Û ß )Ü -Ý ;ó8r   