I am reading in the Blitz3D manual about ResizeBank command:
Resizes a previously created memory bank. Existing bank data is unmodified, but may be moved in memory. Also see CreateBank, CopyBank, and BankSize
What does exactly mean? Is there any chance that existing data will be moved within bank automatically without programmer's code?
Resizes a previously created memory bank. Existing bank data is unmodified, but may be moved in memory. Also see CreateBank, CopyBank, and BankSize
What does exactly mean? Is there any chance that existing data will be moved within bank automatically without programmer's code?