Shader tests: Remove outdated finalize() call

This commit is contained in:
wheremyfoodat
2024-11-23 21:29:49 +02:00
committed by GitHub
parent c35304e485
commit 1a40deccb1

View File

@@ -32,7 +32,6 @@ static std::unique_ptr<PICAShader> assembleVertexShader(std::initializer_list<ni
for (const nihstro::SwizzlePattern& swizzle : shaderBinary.swizzle_table) {
newShader->uploadDescriptor(swizzle.hex);
}
newShader->finalize();
return newShader;
}