Skip to content

Commit

Permalink
Update CKRasterizer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Jun 19, 2024
1 parent bef0d44 commit 8cbf3db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CKRasterizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ class CKRasterizerContext
return InternalGetRenderState(State, Value);
}

void SetRenderStateFlag(VXRENDERSTATETYPE State, CKDWORD Flag)
{
m_StateCache[State].Flag = Flag;
}

//----------------------------------------------------------
//--- Display lists
virtual CKBOOL NewDisplayList() { return FALSE; }
Expand Down

0 comments on commit 8cbf3db

Please sign in to comment.