glXQueryContextInfoEXT

query context information

Signature

glXQueryContextInfoEXT( Display * ( dpy ) , GLXContext ( ctx ) , int ( attribute ) , int * ( value ) )-> int

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
ctx
Specifies a GLX rendering context.
attribute
Specifies that a context parameter should be retrieved. Must be one of GLX_SHARED_CONTEXT_EXT , GLX_VISUAL_ID_EXT , or GLX_SCREEN_EXT .
value
Contains the return value for attribute .