7/7 Fixed-Point math

This commit is contained in:
2026-05-31 20:23:14 -04:00
parent e409fe0b2d
commit 66981351ee
7 changed files with 269 additions and 177 deletions
+2 -2
View File
@@ -293,8 +293,8 @@ function build-graphis_hello {
$compile_args += $f_debug
# $compile_args += $f_optimize_none
# $compile_args += $f_optimize_intrinsics
# $compile_args += $f_optimize_size
$compile_args += $f_optimize_debug
$compile_args += $f_optimize_size
# $compile_args += $f_optimize_debug
$compile_args += ($f_include + $path_code)
compile-unit $src_c $module_c $includes $compile_args
+8
View File
@@ -0,0 +1,8 @@
{
"configureme": false,
"enabled": true,
"hardPix": 1.5,
"hardScan": 4.5,
"scanlines": true,
"useSrgb": false
}
+7
View File
@@ -0,0 +1,7 @@
{
"configureme": true,
"grey": false,
"mask": 0.5,
"masktype": 2,
"warp": 0
}