Reduce max. number of allowed function calls per rule from 256 to 32 to save GPU memory

This commit is contained in:
jsteube
2016-09-22 22:54:20 +02:00
parent 319d548766
commit d3d9b4e679
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1318,7 +1318,7 @@ typedef struct
typedef struct
{
u32 cmds[0x100];
u32 cmds[32];
} kernel_rule_t;