Browse Source

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 years ago
parent
commit
9ddd3c2af6
1 changed files with 126 additions and 0 deletions
  1. 126 0
      core/extension/gdextension_interface.h

File diff suppressed because it is too large
+ 126 - 0
core/extension/gdextension_interface.h


Some files were not shown because too many files changed in this diff