virtualx-engine/modules/gdnative/godot
Ruslan Mustakov 3b88476130 Add a way to retrieve stack bottom of the main thread
I'm working on Nim bindings and Nim GC needs to know the stack
boundaries to check whether certain pointers are located on the stack
or in the heap. This commit adds godot_get_stack_bottom procedure
to gdnative module which returns pointer to the stack bottom of the
main thread. Later on this may be improved to return stack bottom of
the current thread.
2017-07-25 10:53:31 +07:00
..
array.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
array.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
basis.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
basis.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
color.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
color.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
dictionary.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
dictionary.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
gdnative.cpp Add a way to retrieve stack bottom of the main thread 2017-07-25 10:53:31 +07:00
gdnative.h Add a way to retrieve stack bottom of the main thread 2017-07-25 10:53:31 +07:00
icon.png.import [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
node_path.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
node_path.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
plane.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
plane.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
pool_arrays.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
pool_arrays.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
quat.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
quat.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
rect2.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
rect2.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
rect3.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
rect3.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
rid.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
rid.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
string.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
string.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
transform.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
transform.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
transform2d.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
transform2d.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
variant.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
variant.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
vector2.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
vector2.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
vector3.cpp [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00
vector3.h [GDNative] new GDNative API 2017-07-24 04:23:37 +02:00