gdnative_python/generation/builtins_templates/builtins.tmpl.pxd

66 lines
2.2 KiB
Cython
Raw Permalink Normal View History

# /!\ Autogenerated code, modifications will be lost /!\
# see `generation/generate_builtins.py`
cimport cython
2023-06-02 11:13:10 +02:00
from pandemonium._hazmat.gdnative_api_struct cimport *
from pandemonium.pool_arrays cimport (
PoolIntArray,
PoolRealArray,
PoolByteArray,
PoolVector2Array,
2023-06-02 17:59:23 +02:00
PoolVector2iArray,
PoolVector3Array,
2023-06-02 17:59:23 +02:00
PoolVector3iArray,
PoolVector4Array,
PoolVector4iArray,
PoolColorArray,
PoolStringArray,
)
2023-06-02 17:59:23 +02:00
{% set render_target = "rid" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "vector3" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "vector2" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "vector2i" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "vector3i" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "vector4" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "vector4i" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "aabb" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "basis" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "color" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "gdstring" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "rect2" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "rect2i" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "projection" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "transform2d" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "plane" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "quaternion" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "transform" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "node_path" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
2023-06-02 13:36:48 +02:00
{% set render_target = "string_name" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "dictionary" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}
{% set render_target = "array" %}
2023-06-02 17:59:23 +02:00
{% include 'render.tmpl.pxd' with context %}