PFNGLDETACHOBJECTARBPROC typedef

PFNGLDETACHOBJECTARBPROC = Void Function(Pointer<NativeType> containerObj, Pointer<NativeType> attachedObj)

Implementation

typedef PFNGLDETACHOBJECTARBPROC =
    Void Function(
      Pointer<NativeType> containerObj,
      Pointer<NativeType> attachedObj,
    );