mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-30 17:02:19 +00:00
Merge pull request #17807 from hrydgard/re-enable-framebuffer-fetch
Re-enable framebuffer fetch for blend where available.
This commit is contained in:
commit
47bbddad0f
@ -607,6 +607,10 @@ u32 GPUCommonHW::CheckGPUFeatures() const {
|
||||
features |= GPU_USE_VS_RANGE_CULLING;
|
||||
}
|
||||
|
||||
if (draw_->GetDeviceCaps().framebufferFetchSupported) {
|
||||
features |= GPU_USE_FRAMEBUFFER_FETCH;
|
||||
}
|
||||
|
||||
if (draw_->GetShaderLanguageDesc().bitwiseOps) {
|
||||
features |= GPU_USE_LIGHT_UBERSHADER;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user