Update DQN with work queue and minor changes
This commit is contained in:
parent
eeb773747a
commit
e1545c7977
@ -201,7 +201,7 @@ void DTRRender_Text(DTRRenderContext context,
|
||||
DTR_DEBUG_EP_TIMED_FUNCTION();
|
||||
|
||||
|
||||
if (len == -1) len = Dqn_strlen(text);
|
||||
if (len == -1) len = DqnStr_Len(text);
|
||||
|
||||
i32 index = 0;
|
||||
color = DTRRender_SRGB1ToLinearSpaceV4(color);
|
||||
|
@ -54,7 +54,7 @@ REM incremental:no, turn incremental builds off
|
||||
REM opt:ref, try to remove functions from libs that are not referenced at all
|
||||
set LinkFlags=-incremental:no -opt:ref -subsystem:WINDOWS -machine:x64 -nologo
|
||||
|
||||
set DebugMode=0
|
||||
set DebugMode=1
|
||||
|
||||
if %DebugMode%==1 goto :DebugFlags
|
||||
goto :ReleaseFlags
|
||||
|
Loading…
Reference in New Issue
Block a user