1
0
Fork 0
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:
fgenesis 2013-05-12 00:05:57 +02:00
parent c62d9f2370
commit 2ac3ad9fb1
5 changed files with 221 additions and 56 deletions

View file

@ -40,6 +40,7 @@ enum ScriptObjectType
SCO_QUAD = 0x0400,
SCO_TEXT = 0x0800,
SCO_PAUSEQUAD = 0x1000,
SCO_SHADER = 0x2000,
SCO_FORCE_32BIT = 0xFFFFFFFF
};