mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 18:17:59 -05:00
shader: Initial support for textures and TEX
This commit is contained in:
@ -14,7 +14,7 @@ namespace {
|
||||
struct OpcodeMeta {
|
||||
std::string_view name;
|
||||
Type type;
|
||||
std::array<Type, 4> arg_types;
|
||||
std::array<Type, 5> arg_types;
|
||||
};
|
||||
|
||||
using enum Type;
|
||||
|
Reference in New Issue
Block a user