PFNGLGENSYMBOLSEXTPROC typedef

PFNGLGENSYMBOLSEXTPROC = Uint32 Function(Uint32 datatype, Uint32 storagetype, Uint32 range, Uint32 components)

Implementation

typedef PFNGLGENSYMBOLSEXTPROC =
    Uint32 Function(
      Uint32 datatype,
      Uint32 storagetype,
      Uint32 range,
      Uint32 components,
    );