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