PFNGLMULTITEXBUFFEREXTPROC typedef

PFNGLMULTITEXBUFFEREXTPROC = Void Function(Uint32 texunit, Uint32 target, Uint32 internalformat, Uint32 buffer)

Implementation

typedef PFNGLMULTITEXBUFFEREXTPROC =
    Void Function(
      Uint32 texunit,
      Uint32 target,
      Uint32 internalformat,
      Uint32 buffer,
    );