mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +00:00
clang-format
This commit is contained in:
parent
587a13ab90
commit
cb7d6fa971
1 changed files with 1 additions and 2 deletions
|
@ -291,8 +291,7 @@ bool PipelineCache::RefreshGraphicsKey() {
|
||||||
const auto stage = Shader::StageFromIndex(i);
|
const auto stage = Shader::StageFromIndex(i);
|
||||||
const auto params = Liverpool::GetParams(*pgm);
|
const auto params = Liverpool::GetParams(*pgm);
|
||||||
|
|
||||||
if (stage != Shader::Stage::Vertex &&
|
if (stage != Shader::Stage::Vertex && stage != Shader::Stage::Fragment) {
|
||||||
stage != Shader::Stage::Fragment) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue