mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 02:07:56 -05:00
shader_ir: Remove RZ and use Register::ZeroIndex instead
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user