mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-07 15:52:59 +12:00
TEV definitions for shader generator
This commit is contained in:
parent
6f3c7d358b
commit
ef2467bc60
5 changed files with 152 additions and 1 deletions
|
@ -388,6 +388,7 @@ void RendererGL::drawVertices(PICA::PrimType primType, std::span<const Vertex> v
|
|||
OpenGL::TriangleFan,
|
||||
OpenGL::Triangle,
|
||||
};
|
||||
std::cout << fragShaderGen.generate(regs);
|
||||
|
||||
const auto primitiveTopology = primTypes[static_cast<usize>(primType)];
|
||||
gl.disableScissor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue