mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +00:00
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)
This commit is contained in:
parent
1b7a590b4b
commit
0e8f8ea930
13 changed files with 138 additions and 93 deletions
|
@ -44,7 +44,7 @@ A full example is given below:
|
|||
"name": "normal_texture",
|
||||
"data":
|
||||
{
|
||||
"": "normal_texture.png"
|
||||
"texture": "normal_texture.png"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue