mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Merge pull request #6476 from mihe/feature-tag-precision
Document the `double` and `single` feature tags
This commit is contained in:
@@ -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) |
|
||||
|
||||
Reference in New Issue
Block a user