Clean up ubershader code

This commit is contained in:
wheremyfoodat 2024-07-15 15:11:23 +03:00
parent c535ae43ee
commit 2cd50e7f37
2 changed files with 3 additions and 8 deletions

View file

@ -84,7 +84,7 @@ class RendererGL final : public Renderer {
void setupBlending();
void setupStencilTest(bool stencilEnable);
void bindDepthBuffer();
void setupTextureEnvState();
void setupUbershaderTexEnv();
void bindTexturesToSlots();
void updateLightingLUT();
void initGraphicsContextInternal();