mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Shader tests: Remove outdated finalize() call
This commit is contained in:
parent
c35304e485
commit
1a40deccb1
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ static std::unique_ptr<PICAShader> assembleVertexShader(std::initializer_list<ni
|
||||||
for (const nihstro::SwizzlePattern& swizzle : shaderBinary.swizzle_table) {
|
for (const nihstro::SwizzlePattern& swizzle : shaderBinary.swizzle_table) {
|
||||||
newShader->uploadDescriptor(swizzle.hex);
|
newShader->uploadDescriptor(swizzle.hex);
|
||||||
}
|
}
|
||||||
newShader->finalize();
|
|
||||||
return newShader;
|
return newShader;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue