Skip to content

Commit

Permalink
Document the double and single feature tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mihe committed Dec 10, 2022
1 parent 7438000 commit 9e1014d
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 9e1014d

Please sign in to comment.