PFNGLGETOBJECTPARAMETERIVAPPLEPROC typedef

PFNGLGETOBJECTPARAMETERIVAPPLEPROC = Void Function(Uint32 objectType, Uint32 name, Uint32 pname, Pointer<Int32> params)

Implementation

typedef PFNGLGETOBJECTPARAMETERIVAPPLEPROC =
    Void Function(
      Uint32 objectType,
      Uint32 name,
      Uint32 pname,
      Pointer<Int32> params,
    );