mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
GL: Add RendererGL::getSpecializedShader
This commit is contained in:
parent
ddc14cea09
commit
fdfb012aa1
2 changed files with 22 additions and 4 deletions
|
@ -60,6 +60,7 @@ class RendererGL final : public Renderer {
|
|||
|
||||
OpenGL::Framebuffer getColourFBO();
|
||||
OpenGL::Texture getTexture(Texture& tex);
|
||||
OpenGL::Program getSpecializedShader();
|
||||
|
||||
PICA::ShaderGen::FragmentGenerator fragShaderGen;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue