Mercurial > games > semicongine
changeset 1496:0615cd5bfd97 default tip
did: reset fif number to 2
author | sam <sam@basx.dev> |
---|---|
date | Wed, 24 Sep 2025 22:17:43 +0700 |
parents | a9c0f899a734 |
children | |
files | semicongine/core/types.nim |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/semicongine/core/types.nim Wed Sep 24 22:14:44 2025 +0700 +++ b/semicongine/core/types.nim Wed Sep 24 22:17:43 2025 +0700 @@ -4,7 +4,7 @@ import ../thirdparty/db_connector/db_sqlite const - INFLIGHTFRAMES* = 1'u32 + INFLIGHTFRAMES* = 2'u32 MAX_DESCRIPTORSETS* = 4 BUFFER_ALIGNMENT* = 64'u64 # align offsets inside buffers along this alignment # ca. 100mb per block, seems reasonable