mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 12:28:05 -05:00
Move default_attributes into Pica state
This commit is contained in:
@ -25,6 +25,8 @@ struct State {
|
||||
Shader::ShaderSetup vs;
|
||||
Shader::ShaderSetup gs;
|
||||
|
||||
std::array<Math::Vec4<float24>, 16> vs_default_attributes;
|
||||
|
||||
struct {
|
||||
union LutEntry {
|
||||
// Used for raw access
|
||||
|
Reference in New Issue
Block a user