mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement NDC [-1, 1], attribute types and default varying initialization
This commit is contained in:
parent
3095e9d9ec
commit
24bc872af3
15 changed files with 186 additions and 43 deletions
|
@ -39,6 +39,9 @@ public:
|
|||
void Return();
|
||||
void DemoteToHelperInvocation(Block* continue_label);
|
||||
|
||||
void Prologue();
|
||||
void Epilogue();
|
||||
|
||||
[[nodiscard]] U32 GetReg(IR::Reg reg);
|
||||
void SetReg(IR::Reg reg, const U32& value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue