Added unproject

Broken and buggy font stuff
Fixed some typos
Fixed draw rect not using dim properly
This commit is contained in:
2025-10-05 21:11:18 +01:00
parent 5cabf845b6
commit eb3c81cd04
11 changed files with 349 additions and 22 deletions

View File

@@ -518,6 +518,8 @@ Vk_CommandBuffer *Vk_CommandBufferPush() {
vk.BeginCommandBuffer(result->handle, &begin_info);
frame->next_scratch += 1;
return result;
}