You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wildcard
c682306788
[vulkan] Implement push descriptors for compute pipelines ( #3666 )
Implements push descriptor for compute pipelines along with a bug fix, the increment logic was, offset += sizeof(DescriptorUpdateEntry);
This only advances the byte offset by a single descriptor slot, regardless of the array's size (descriptorCount).Now suppose if a shader utilized an array of descriptors (eg, layout(binding = 0) uniform sampler2D textures[4]) and if this happened to fit within the MaxPushDescriptors limit, the template would consume 4 * sizeof(DescriptorUpdateEntry) bytes, but the offset for the next binding would only advance by 1 slot.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3666
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: wildcard <wildcard@eden-emu.dev>
Co-committed-by: wildcard <wildcard@eden-emu.dev>
5 months ago
..
AddEdenToSRM.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
AddGamesToSRM.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
AddingBooleanToggles.md
[debug] added functions to enable access to debug knobs from kotlin side + docs (#3265)
7 months ago
AddingDebugKnobs.md
[settings] changed debug knobs category to allow per-game usage (#3564)
5 months ago
AlterDateTime.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
Architectures.md
[compat] HaikuOS port (#2805)
9 months ago
Audio.md
[docs] initial user handbook draft (#2629)
10 months ago
Basics.md
[compat] HaikuOS port (#2805)
9 months ago
CommandLine.md
[qt, cmd] Document & fix some inconsistencies with command line arguments (#3104)
8 months ago
ControllerProfiles.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
Graphics.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
GyroControls.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
HowToAccessLogs.md
[docs] Adding Initial Documentation (#3139)
8 months ago
ImportingSaves.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
InstallingAtmosphereMods.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
InstallingUpdatesDLC.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
Multiplayer.md
[docs] Adding Multiplayer Guides (#3167)
8 months ago
Native.md
[common] autogenerate unique console serial for every install (#3550)
5 months ago
Orphaned.md
[qt] clean up some orphaned_profiles bugs; add help (#2894)
9 months ago
QuickStart.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
README.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
RunOnMacOS.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
ServerHosting.md
[docs/user] add server hosting section (#3093)
8 months ago
Storage.md
[core/filesystem] "easier" cheats folder structure like Ryujinx (#2795)
9 months ago
SyncthingGuide.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
Testing.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
ThirdParty.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
Troubleshoot.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
UsingAmiibo.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
UsingCheats.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
User Handbook
The "FAQ".
This handbook is primarily aimed at the end-user - baking useful knowledge for enhancing their emulation experience.
Basics
Advanced