Skip to content

Commit

Permalink
Merge pull request #6476 from mihe/feature-tag-precision
Browse files Browse the repository at this point in the history
Document the `double` and `single` feature tags
  • Loading branch information
aaronfranke authored Dec 11, 2022
2 parents 7438000 + 9e1014d commit d84c5ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tutorials/export/feature_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
+-----------------+----------------------------------------------------------+
| **standalone** | Running on a non-editor build |
+-----------------+----------------------------------------------------------+
| **double** | Running on a double-precision build |
+-----------------+----------------------------------------------------------+
| **single** | Running on a single-precision build |
+-----------------+----------------------------------------------------------+
| **64** | Running on a 64-bit build (any architecture) |
+-----------------+----------------------------------------------------------+
| **32** | Running on a 32-bit build (any architecture) |
Expand Down

0 comments on commit d84c5ae

Please sign in to comment.