Update DQN with work queue and minor changes

This commit is contained in:
Doyle Thai 2017-06-20 18:37:35 +10:00
parent eeb773747a
commit e1545c7977
3 changed files with 867 additions and 608 deletions

View File

@ -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);

View File

@ -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

1471
src/dqn.h

File diff suppressed because it is too large Load Diff