Skip to content
  • Kyle Brenneman's avatar
    libGLdispatch: Add a pointer for internal data to __GLdispatchAPIState. · b0787774
    Kyle Brenneman authored
    __GLdispatchAPIState now has a pointer to an opaque structure, to be used for
    arbitrary private data.
    
    This will allow later versions of libGLdispatch to add data for each API state
    without changing the binary interface to libGLX.
    
    The struct is mostly empty, but later changes will add more to it.
    b0787774