Skip to content

Commit

Permalink
GDExtension @since attribute
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bromeon committed Jun 21, 2023
1 parent ebd4464 commit 9ddd3c2
Showing 1 changed file with 136 additions and 0 deletions.
Loading

0 comments on commit 9ddd3c2

Please sign in to comment.