mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 03:25:55 +00:00
Add transform to graphics mod action data
This commit is contained in:
parent
a52968757b
commit
6f4fb1db23
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ struct DrawStarted
|
|||
bool* skip;
|
||||
std::optional<CustomPixelShader>* custom_pixel_shader;
|
||||
std::span<u8>* material_uniform_buffer;
|
||||
std::optional<Common::Matrix44>* transform;
|
||||
std::optional<MeshChunk>* mesh_chunk;
|
||||
u32* current_mesh_index;
|
||||
bool* more_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue