mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39: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>
|
template <bool indexed, bool useShaderJIT>
|
||||||
void GPU::drawArrays() {
|
void GPU::drawArrays() {
|
||||||
|
return;
|
||||||
if constexpr (useShaderJIT) {
|
if constexpr (useShaderJIT) {
|
||||||
shaderJIT.prepare(shaderUnit.vs);
|
shaderJIT.prepare(shaderUnit.vs);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue