NULL
. However, it would be better to only allocate the entry-point stub when the application requests the function via glXGetProcAddress
. This would save memory for all the functions that the driver exports but that the application never wants to call. parameter_signature
should be allowed to be NULL
. It doesn't seem like much of a hardship for drivers to have to pass in an empty string.