mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-04 15:04:36 +00:00
Fixes & enhancements to shader interface code
This commit is contained in:
parent
c62d9f2370
commit
2ac3ad9fb1
5 changed files with 221 additions and 56 deletions
|
@ -40,6 +40,7 @@ enum ScriptObjectType
|
|||
SCO_QUAD = 0x0400,
|
||||
SCO_TEXT = 0x0800,
|
||||
SCO_PAUSEQUAD = 0x1000,
|
||||
SCO_SHADER = 0x2000,
|
||||
|
||||
SCO_FORCE_32BIT = 0xFFFFFFFF
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue