mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoBackends: add a way to load data into a specific level AND layer, default to layer 0
This commit is contained in:
@ -21,7 +21,7 @@ void NullTexture::ResolveFromTexture(const AbstractTexture* src,
|
||||
}
|
||||
|
||||
void NullTexture::Load(u32 level, u32 width, u32 height, u32 row_length, const u8* buffer,
|
||||
size_t buffer_size)
|
||||
size_t buffer_size, u32 layer)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user