Skip to content

Commit

Permalink
Update CKRasterizer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Jul 26, 2024
1 parent c363b00 commit 9ad5a69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CKRasterizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ class CKRasterizerContext
virtual CKBOOL CopyToTexture(CKDWORD Texture, VxRect *Src, VxRect *Dest,
CKRST_CUBEFACE Face = CKRST_CUBEFACE_XPOS) { return NULL; }
//--- Try to set a texture as the target for rendering
virtual CKBOOL SetTargetTexture(CKDWORD TextureObject, int Width = 0, int Height = 0, CKRST_CUBEFACE Face = CKRST_CUBEFACE_XPOS,
CKBOOL GenerateMipMap = FALSE) { return FALSE; }
virtual CKBOOL SetTargetTexture(CKDWORD TextureObject, int Width = 0, int Height = 0, CKRST_CUBEFACE Face = CKRST_CUBEFACE_XPOS) { return FALSE; }

//-------------------------------------------------------------
//--- Sprites
Expand Down

0 comments on commit 9ad5a69

Please sign in to comment.