浏览代码

Merge pull request #6476 from mihe/feature-tag-precision

Document the `double` and `single` feature tags
Aaron Franke 2 年之前
父节点
当前提交
d84c5ae6e0
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tutorials/export/feature_tags.rst

+ 4 - 0
tutorials/export/feature_tags.rst

@@ -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                            |
 | **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)             |
 | **64**          | Running on a 64-bit build (any architecture)             |
 +-----------------+----------------------------------------------------------+
 +-----------------+----------------------------------------------------------+
 | **32**          | Running on a 32-bit build (any architecture)             |
 | **32**          | Running on a 32-bit build (any architecture)             |