mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-29 02:28:59 +02:00
[revert] Color output handling in SPIR-V emission.
This commit is contained in:
parent
fbc1905f79
commit
88328564bb
5 changed files with 3 additions and 58 deletions
|
|
@ -1,6 +1,3 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
|
|
@ -83,7 +80,6 @@ struct TransformFeedbackVarying {
|
|||
|
||||
struct RuntimeInfo {
|
||||
std::array<AttributeType, 32> generic_input_types{};
|
||||
std::array<AttributeType, 8> color_output_types{};
|
||||
VaryingState previous_stage_stores;
|
||||
std::map<IR::Attribute, IR::Attribute> previous_stage_legacy_stores_mapping;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue