software renderer, part F
This commit is contained in:
parent
823876a5c6
commit
c5a811f58e
5 changed files with 45 additions and 11 deletions
2
extern/imgui_software_renderer/imgui_sw.cpp
vendored
2
extern/imgui_software_renderer/imgui_sw.cpp
vendored
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue