GlNamedProgramLocalParameter4dEXT typedef
GlNamedProgramLocalParameter4dEXT =
void Function(int program, int target, int index, double x, double y, double z, double w)
Implementation
typedef GlNamedProgramLocalParameter4dEXT = void Function(
int program, int target, int index, double x, double y, double z, double w);