PFNGLBINDVERTEXBUFFERSPROC typedef

PFNGLBINDVERTEXBUFFERSPROC = Void Function(Uint32 first, Uint32 count, Pointer<Uint32> buffers, Pointer<Pointer<NativeType>> offsets, Pointer<Uint32> strides)

Implementation

typedef PFNGLBINDVERTEXBUFFERSPROC =
    Void Function(
      Uint32 first,
      Uint32 count,
      Pointer<Uint32> buffers,
      Pointer<Pointer<NativeType>> offsets,
      Pointer<Uint32> strides,
    );