mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VideoCommon: prepare graphics mods for custom shader material data
This commit is contained in:
parent
7b57a4a37d
commit
b1d9e13d75
6 changed files with 19 additions and 5 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <array>
|
||||
#include <optional>
|
||||
#include <span>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
|
@ -20,6 +21,7 @@ struct DrawStarted
|
|||
u32 texture_unit;
|
||||
bool* skip;
|
||||
std::optional<CustomPixelShader>* custom_pixel_shader;
|
||||
std::span<u8>* material_uniform_buffer;
|
||||
};
|
||||
|
||||
struct EFB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue