LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 628 forks source link

make MemoryUtil be able to handle more then 2 gig per buffer #883

Closed Danjhop4 closed 1 year ago

Danjhop4 commented 1 year ago

Description

I have a program that uses more then 2 gig that forces gc no matter how much extra memory you give it Don’t know if that’s a bug on the code side of my program or lwjgl