Skip to content

Commit ae1dfd1

Browse files
committed
Update note about device support
1 parent 3af2cb9 commit ae1dfd1

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/en/manuals/texture-profiles.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,19 @@ ASTC supports various block sizes, from 4×4 to 12×12 texels, corresponding to
5151
| 12x10 | 1.07 |
5252
| 12x12 | 0.89 |
5353

54-
::: sidenote
55-
While ASTC provides great results, it is not supported on all hardware.
56-
:::
54+
55+
#### Supported devices
56+
57+
While ASTC provides great results, it is not supported by all graphics cards. Here is a small list of supported devices based on vendor:
58+
59+
| GPU vendor | Support |
60+
| ------------------ | --------------------------------------------------------------------- |
61+
| ARM (Mali) | All ARM Mali GPUs that support OpenGL ES 3.2 or Vulkan support ASTC. |
62+
| Qualcomm (Adreno) | Adreno GPUs supporting OpenGL ES 3.2 or Vulkan support ASTC. |
63+
| Apple | Apple GPUs since the A8 chip support ASTC. |
64+
| NVIDIA | ASTC support is mostly for mobile GPUs (e.g., Tegra-based chips). |
65+
| AMD (Radeon) | AMD GPUs that support Vulkan generally support ASTC via software. |
66+
| Intel (Integrated) | ASTC is supported in modern Intel GPUs via software. |
5767

5868
## Texture profiles
5969

0 commit comments

Comments
 (0)