mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-27 17:39:34 -06: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:
@ -44,7 +44,7 @@ A full example is given below:
|
||||
"name": "normal_texture",
|
||||
"data":
|
||||
{
|
||||
"": "normal_texture.png"
|
||||
"texture": "normal_texture.png"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user