PFNGLDEBUGMESSAGECALLBACKAMDPROC typedef

PFNGLDEBUGMESSAGECALLBACKAMDPROC = Void Function(Pointer<NativeFunction<GLDEBUGPROCAMD>> callback, Pointer<NativeType> userParam)

Implementation

typedef PFNGLDEBUGMESSAGECALLBACKAMDPROC =
    Void Function(
      Pointer<NativeFunction<GLDEBUGPROCAMD>> callback,
      Pointer<NativeType> userParam,
    );