PFNGLTEXTUREBUFFEREXTPROC typedef

PFNGLTEXTUREBUFFEREXTPROC = Void Function(Uint32 texture, Uint32 target, Uint32 internalformat, Uint32 buffer)

Implementation

typedef PFNGLTEXTUREBUFFEREXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 internalformat,
      Uint32 buffer,
    );