mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Bonk
This commit is contained in:
parent
43dfda0f19
commit
fffa1f508c
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ static std::array<PICA::Vertex, Renderer::vertexBufferSize> vertices;
|
|||
|
||||
template <bool indexed, bool useShaderJIT>
|
||||
void GPU::drawArrays() {
|
||||
return;
|
||||
if constexpr (useShaderJIT) {
|
||||
shaderJIT.prepare(shaderUnit.vs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue