software renderer, part F

This commit is contained in:
tildearrow 2024-04-08 22:24:08 -05:00
parent 823876a5c6
commit c5a811f58e
5 changed files with 45 additions and 11 deletions

View file

@ -147,7 +147,7 @@ inline ImU32 color_convert_float4_to_u32(const ImVec4 &in)
// TODO: make it 32-bit or else
using Int = int32_t;
const Int kFixedBias = 256;
const Int kFixedBias = 1;
struct Point
{