mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
fix merge conflict bug
This commit is contained in:
parent
a681977c52
commit
bdf54290de
1 changed files with 1 additions and 0 deletions
|
@ -811,6 +811,7 @@ void main() {
|
||||||
})";
|
})";
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void FragmentGenerator::compileLogicOps(std::string& shader, const PICA::FragmentConfig& config) {
|
void FragmentGenerator::compileLogicOps(std::string& shader, const PICA::FragmentConfig& config) {
|
||||||
if (api != API::GLES) [[unlikely]] {
|
if (api != API::GLES) [[unlikely]] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue