docs: remove hint about unsupported image formats from iw4,iw5,t4 (#995)

This commit is contained in:
Jan Laupetin
2026-09-06 21:32:47 +00:00
committed by GitHub
parent 39e46495b9
commit 9dca965366
+5 -6
View File
@@ -1,8 +1,7 @@
# Supported Asset Types # Supported Asset Types
All asset types are supported to be loaded from other fastfiles in memory. All asset types are supported to be loaded from other fastfiles in memory. The following section specify which assets
The following section specify which assets are supported to be dumped to disk (using `Unlinker`) and loaded from disk ( are supported to be dumped to disk (using `Unlinker`) and loaded from disk (using `Linker`):
using `Linker`):
- ❌ = Currently unsupported - ❌ = Currently unsupported
- ✅ = Supported - ✅ = Supported
@@ -51,7 +50,7 @@ using `Linker`):
| MaterialVertexShader | ✅ | ✅ | Only dumps/loads shader bytecode. | | MaterialVertexShader | ✅ | ✅ | Only dumps/loads shader bytecode. |
| MaterialVertexDeclaration | ✅ | ✅ | | | MaterialVertexDeclaration | ✅ | ✅ | |
| MaterialTechniqueSet | ✅ | ✅ | | | MaterialTechniqueSet | ✅ | ✅ | |
| GfxImage | ✅ | ❌ | A few special image encodings are not yet supported. | | GfxImage | ✅ | ❌ | |
| snd_alias_list_t | ❌ | ❌ | | | snd_alias_list_t | ❌ | ❌ | |
| SndCurve | ✅ | ✅ | | | SndCurve | ✅ | ✅ | |
| LoadedSound | ✅ | ❌ | | | LoadedSound | ✅ | ❌ | |
@@ -92,7 +91,7 @@ using `Linker`):
| MaterialVertexShader | ❌ | ❌ | | | MaterialVertexShader | ❌ | ❌ | |
| MaterialVertexDeclaration | ❌ | ❌ | | | MaterialVertexDeclaration | ❌ | ❌ | |
| MaterialTechniqueSet | ❌ | ❌ | | | MaterialTechniqueSet | ❌ | ❌ | |
| GfxImage | ✅ | ✅ | A few special image encodings are not yet supported. | | GfxImage | ✅ | ✅ | |
| snd_alias_list_t | ❌ | ❌ | | | snd_alias_list_t | ❌ | ❌ | |
| SndCurve | ✅ | ✅ | | | SndCurve | ✅ | ✅ | |
| LoadedSound | ✅ | ❌ | | | LoadedSound | ✅ | ❌ | |
@@ -170,7 +169,7 @@ using `Linker`):
| XModel | ✅ | ✅ | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. | | XModel | ✅ | ✅ | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
| Material | ✅ | ✅ | | | Material | ✅ | ✅ | |
| MaterialTechniqueSet | ❌ | ❌ | | | MaterialTechniqueSet | ❌ | ❌ | |
| GfxImage | ✅ | ✅ | A few special image encodings are not yet supported. | | GfxImage | ✅ | ✅ | |
| snd_alias_list_t | ❌ | ❌ | | | snd_alias_list_t | ❌ | ❌ | |
| SndDriverGlobals | ❌ | ❌ | | | SndDriverGlobals | ❌ | ❌ | |
| LoadedSound | ✅ | ❌ | | | LoadedSound | ✅ | ❌ | |