replace texture jump table with dispatch table

(cherry picked from commit 88f10f9f06)
This commit is contained in:
2026-04-24 10:12:23 +02:00
parent b0758c6976
commit f0656aca40
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