Begin raymarcher example and math module, fixing parsing bugs

This commit is contained in:
Krzosa Karol
2022-09-27 22:42:46 +02:00
parent 7ab1b24bbe
commit f388e3f915
7 changed files with 244 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ Commit :: (m: *Memory, size: SizeU): Bool
flAllocationType = MEM_COMMIT,
flProtect = PAGE_READWRITE,
)
Assert(result != 0)
m.commit += adjusted_commit
return true
return false