mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 07:07:49 +00:00
spirv: Implement rescaling patching
This commit is contained in:
parent
403633afcc
commit
e63fc7a4bb
8 changed files with 86 additions and 5 deletions
|
@ -63,6 +63,8 @@ struct RuntimeInfo {
|
|||
std::array<AttributeType, 32> generic_input_types{};
|
||||
VaryingState previous_stage_stores;
|
||||
|
||||
u32 num_textures{};
|
||||
|
||||
bool convert_depth_mode{};
|
||||
bool force_early_z{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue