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:
parent
0cf15f64ef
commit
47ff008817
5 changed files with 185 additions and 125 deletions
|
@ -25,7 +25,7 @@ namespace Pica {
|
|||
namespace Shader {
|
||||
|
||||
struct InputVertex {
|
||||
Math::Vec4<float24> attr[16];
|
||||
alignas(16) Math::Vec4<float24> attr[16];
|
||||
};
|
||||
|
||||
struct OutputVertex {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue