Reduce max. number of allowed function calls per rule from 256 to 32 to save GPU memory
This commit is contained in:
+1
-1
@@ -1318,7 +1318,7 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
u32 cmds[0x100];
|
||||
u32 cmds[32];
|
||||
|
||||
} kernel_rule_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user