Generating proper C postfixes for types

This commit is contained in:
Krzosa Karol
2022-09-28 09:56:18 +02:00
parent e7ae3cffc6
commit 313e14b300
4 changed files with 71 additions and 43 deletions

View File

@@ -41,6 +41,8 @@ Raymarcher_Update :: ()
if hit
Screen[x + y*X] = Vec3_ConvertToARGB({1, uv.y, 0})
else;; Screen[x + y*X] = 0