Vulkan-Tutorial-Java icon indicating copy to clipboard operation
Vulkan-Tutorial-Java copied to clipboard

A lot of code is using methods callocStack and mallocStack

Open Trunkvv opened this issue 3 years ago • 1 comments

Hi Cristian,

If you have a chance to look at the following when you are at it with issue #13.

A lot of code is using methods callocStack and mallocStack. In the librairy LWJGL (3.3.1) it's been deprecated for removal in 3.4.0.

Suggested by documentation of LWJGL to use calloc() and malloc() instead.

Maybe good to make it future proof for now?

Trunkvv avatar Nov 21 '22 21:11 Trunkvv

Oh you are right, I'll update that too.

I'll close this issue when I'm done with it.

Thank you!

Naitsirc98 avatar Nov 22 '22 14:11 Naitsirc98