mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-09 13:36:35 +00:00
Messing around with chromatic aberration fx
This commit is contained in:
@@ -567,7 +567,7 @@ bool PostProcessChain::BuildEffects(const Device& device, MemoryAllocator& alloc
|
||||
entry_binding.binding = binding.entry_point_binding;
|
||||
entry_binding.sampler_index = binding.index;
|
||||
out.sampler_bindings.push_back(entry_binding);
|
||||
binding_count = std::max(binding_count, binding.entry_point_binding + 1);
|
||||
binding_count = std::max<u32>(binding_count, binding.entry_point_binding + 1);
|
||||
}
|
||||
|
||||
const std::vector<VkDescriptorType> sampler_types(
|
||||
|
||||
Reference in New Issue
Block a user