diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2023-09-06 00:16:26 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2023-10-10 09:58:14 -0500 |
| commit | 0e8f8ea930d4b635fd7287f572dc2911996638bf (patch) | |
| tree | 68b2ea7ddcff5beda8c1b3f02ef55e3d8e5e369d /docs | |
| parent | 1b7a590b4bb7d34152178e4768d453b40a4118ff (diff) | |
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData' for texture assets, this allows us to provide additional metadata for textures. Such as a sampler or type information (to distinguish cube maps)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/CustomPipelineGraphicsMod.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CustomPipelineGraphicsMod.md b/docs/CustomPipelineGraphicsMod.md index 771d3dba36..42d6a1e9b7 100644 --- a/docs/CustomPipelineGraphicsMod.md +++ b/docs/CustomPipelineGraphicsMod.md @@ -44,7 +44,7 @@ A full example is given below: "name": "normal_texture", "data": { - "": "normal_texture.png" + "texture": "normal_texture.png" } } ], |
