mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-13 06:32:34 +00:00
More shader instruction definitions
This commit is contained in:
parent
726897231c
commit
005db316cf
2 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,10 @@ namespace ShaderOpcodes {
|
|||
DP3 = 0x01,
|
||||
DP4 = 0x02,
|
||||
DPH = 0x03,
|
||||
DST = 0x04,
|
||||
EX2 = 0x05,
|
||||
LG2 = 0x06,
|
||||
LIT = 0x07,
|
||||
MUL = 0x08,
|
||||
SLT = 0x0A,
|
||||
FLR = 0x0B,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue