mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-13 14:42:33 +00:00
Shader Interpreter: implement SGE
This commit is contained in:
parent
85c586b3d0
commit
ccdf8f7722
2 changed files with 22 additions and 0 deletions
|
@ -159,6 +159,7 @@ class PICAShader {
|
|||
void mul(u32 instruction);
|
||||
void rcp(u32 instruction);
|
||||
void rsq(u32 instruction);
|
||||
void sge(u32 instruction);
|
||||
void sgei(u32 instruction);
|
||||
void slt(u32 instruction);
|
||||
void slti(u32 instruction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue