mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 11:44:49 +12:00
Fix formatting & cmake
This commit is contained in:
parent
ca89909c00
commit
1ac3a474da
4 changed files with 8 additions and 5 deletions
|
@ -247,7 +247,7 @@ void GPU::drawArrays() {
|
|||
shaderUnit.vs.run();
|
||||
}
|
||||
|
||||
PicaVertex &out=vertices[i];
|
||||
PicaVertex& out = vertices[i];
|
||||
// Map shader outputs to fixed function properties
|
||||
const u32 totalShaderOutputs = regs[PICA::InternalRegs::ShaderOutputCount] & 7;
|
||||
for (int i = 0; i < totalShaderOutputs; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue