浏览代码

GDExtension `@since` attribute

All GDExtension function pointer types are versioned using a `@since` attribute, denoting the Godot minor version in
which they were introduced. This allows bindings to query if a feature is available for a target API version, or provide
a polyfill/fallback for it. It also serves as documentation for humans giving a feeling about recency of features.
Jan Haller 2 年之前
父节点
当前提交
9ddd3c2af6
共有 1 个文件被更改,包括 126 次插入0 次删除
  1. 126 0
      core/extension/gdextension_interface.h

文件差异内容过多而无法显示
+ 126 - 0
core/extension/gdextension_interface.h


部分文件因为文件数量过多而无法显示