mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 00:25:46 +00:00
VideoCore: Eliminate an unnecessary copy in the drawcall loop
This commit is contained in:
parent
3bf8e16d21
commit
d8fc6ee91b
3 changed files with 3 additions and 5 deletions
|
@ -85,7 +85,7 @@ struct OutputRegisters {
|
|||
|
||||
alignas(16) Math::Vec4<float24> value[16];
|
||||
|
||||
OutputVertex ToVertex(const Regs::ShaderConfig& config);
|
||||
OutputVertex ToVertex(const Regs::ShaderConfig& config) const;
|
||||
};
|
||||
static_assert(std::is_pod<OutputRegisters>::value, "Structure is not POD");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue