replace texture jump table with dispatch table

This commit is contained in:
2026-04-24 10:12:23 +02:00
parent 6cdb7304c2
commit 88f10f9f06
6 changed files with 92 additions and 47 deletions

2
src/consts/arch.asm Normal file
View File

@@ -0,0 +1,2 @@
pub const arch.instruction_size = 4
pub const arch.instruction_increment_shift = 2