PFNGLTEXTUREBUFFERRANGEEXTPROC typedef

PFNGLTEXTUREBUFFERRANGEEXTPROC = Void Function(Uint32 texture, Uint32 target, Uint32 internalformat, Uint32 buffer, Pointer<NativeType> offset, Pointer<Uint32> size)

Implementation

typedef PFNGLTEXTUREBUFFERRANGEEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 internalformat,
      Uint32 buffer,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
    );