mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
renderer_gl: Implement logic op
This commit is contained in:
parent
95a8917589
commit
6f7874227c
3 changed files with 28 additions and 1 deletions
|
@ -62,6 +62,7 @@ class RendererGL final : public Renderer {
|
|||
MAKE_LOG_FUNCTION(log, rendererLogger)
|
||||
void setupBlending();
|
||||
void setupStencilTest(bool stencilEnable);
|
||||
void setupLogicOp();
|
||||
void bindDepthBuffer();
|
||||
void setupTextureEnvState();
|
||||
void bindTexturesToSlots();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue