Merge branch 'master' into vulkan

This commit is contained in:
Triang3l
2021-12-12 21:32:43 +03:00
273 changed files with 82285 additions and 339957 deletions

View File

@@ -82,7 +82,8 @@ class VulkanRenderTargetCache final : public RenderTargetCache {
Path GetPath() const override { return Path::kHostRenderTargets; }
// TODO(Triang3l): Resolution scaling.
uint32_t GetResolutionScale() const override { return 1; }
uint32_t GetResolutionScaleX() const override { return 1; }
uint32_t GetResolutionScaleY() const override { return 1; }
bool Update(bool is_rasterization_done,
uint32_t shader_writes_color_targets) override;