sgs_SetStackSize [function]
void sgs_SetStackSize( sgs_Context* C, sgs_StkIdx size )
Resizes the current stack frame to fit the specified amount of items.
- If the current number of items is less than needed, stack is null-variable-padded at the end.
- If the current number of items is more than needed, the unnecessary amount of items is popped.