PFNGLGETNAMEDPROGRAMSTRINGEXTPROC typedef

PFNGLGETNAMEDPROGRAMSTRINGEXTPROC = Void Function(Uint32 program, Uint32 target, Uint32 pname, Pointer<NativeType> string)

Implementation

typedef PFNGLGETNAMEDPROGRAMSTRINGEXTPROC =
    Void Function(
      Uint32 program,
      Uint32 target,
      Uint32 pname,
      Pointer<NativeType> string,
    );