Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2176 Make LWJGLBufferAllocator use nmemCalloc() instead of nmemAlloc() #2179

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

JosiahGoeman
Copy link
Contributor

#2176
LWJGLBufferAllocator.allocate() now always returns zero-initialized buffers.

… of nmemAlloc()

jMonkeyEngine#2176
LWJGLBufferAllocator.allocate() now always returns zero-initialized buffers.
@scenemax3d scenemax3d added this to the v3.7.0 milestone Jan 19, 2024
@scenemax3d scenemax3d merged commit a9d9fde into jMonkeyEngine:master Jan 19, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LWJGLBufferAllocator does not initialize new buffers to zeros, ReflectionAllocator does
3 participants