mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
shader_ir: Remove RZ and use Register::ZeroIndex instead
This commit is contained in:
parent
35724f3435
commit
8df3fb8b1e
3 changed files with 16 additions and 12 deletions
|
@ -41,8 +41,6 @@ using BasicBlock = std::vector<Node>;
|
|||
|
||||
constexpr u32 MAX_PROGRAM_LENGTH = 0x1000;
|
||||
|
||||
constexpr u32 RZ = 0xff;
|
||||
|
||||
enum class OperationCode {
|
||||
Assign, /// (float& dest, float src) -> void
|
||||
AssignComposite, /// (MetaComponents, float4 src, float&[4] dst) -> void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue