mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 08:27:56 -05:00
Refactor: Extract VertexLoader from command_processor.cpp.
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.
This commit is contained in:
@ -25,7 +25,7 @@ namespace Pica {
|
||||
namespace Shader {
|
||||
|
||||
struct InputVertex {
|
||||
Math::Vec4<float24> attr[16];
|
||||
alignas(16) Math::Vec4<float24> attr[16];
|
||||
};
|
||||
|
||||
struct OutputVertex {
|
||||
|
Reference in New Issue
Block a user