Benjamin Rosseaux
Benjamin Rosseaux
Thank you for your issue report on the Vulkan memory staging issue in a 32-bit environment. The 256 MB allocation you're dealing with is significant, particularly for graphics programming. This...
Thank you for the bug report. However, it appears there's a misunderstanding in the approach taken to diagnose the crash report. The disassembled code provided is based on the x86...
When I remove them, then I will get  thus, they should stay there, I guess.
As additional info, FLRE is now also used in commercial C++ software specifically aimed on the Linux ARM64/AArch64 target.
Thank you for your interest in the KRAFT physics engine and for your suggestion to implement Cone and Cylinder shapes. The reason why Cone and Cylinder shapes are not directly...
You can use TFLRE.NamedGroupIndices for get the index of a named group string.
``` GroupIndex := FLREInstance.NamedGroupIndices['MyGroupName']; ``` where -1 = group name doesn't exist
or for better compatibly to older compilers: ``` push ebp mov ebp,esp and esp,$fffffff0 // Align stack ... sub esp,12 ... add esp,12 ... mov esp,ebp pop ebp ``` or...
Yes, it should. This is also the reason, why whole the TFLREThreadLocalStorageInstance stuff exists.
Hm, at me is 1375ms (ca. 1s) (FLRE) vs. 3968s (ca. 4s) (TRegExpr) with Delphi 7 with the FastMM4 memory manager on a Intel Xeon E3-1345v2 (= circa Intel i7-3770S...