mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
shader: Initial support for textures and TEX
This commit is contained in:
parent
449374cb13
commit
a956d3cdb3
33 changed files with 1489 additions and 342 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue