mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 14:00:03 +00:00
Just more accurate feature flags for Vulkan.
This commit is contained in:
parent
937bb327f1
commit
5582b8fe22
@ -214,6 +214,9 @@ void GPU_Vulkan::CheckGPUFeatures() {
|
|||||||
features |= GPU_SUPPORTS_OES_TEXTURE_NPOT;
|
features |= GPU_SUPPORTS_OES_TEXTURE_NPOT;
|
||||||
features |= GPU_SUPPORTS_LARGE_VIEWPORTS;
|
features |= GPU_SUPPORTS_LARGE_VIEWPORTS;
|
||||||
features |= GPU_SUPPORTS_16BIT_FORMATS;
|
features |= GPU_SUPPORTS_16BIT_FORMATS;
|
||||||
|
features |= GPU_SUPPORTS_INSTANCE_RENDERING;
|
||||||
|
features |= GPU_SUPPORTS_VERTEX_TEXTURE_FETCH;
|
||||||
|
features |= GPU_SUPPORTS_TEXTURE_FLOAT;
|
||||||
gstate_c.featureFlags = features;
|
gstate_c.featureFlags = features;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user