[GPU] Normalize sampler clamp modes

This commit is contained in:
Triang3l
2022-06-28 21:58:58 +03:00
parent cedc94679b
commit 382710bab7
5 changed files with 67 additions and 4 deletions

View File

@@ -463,6 +463,8 @@ class D3D12TextureCache final : public TextureCache {
return *scaled_resolve_buffer;
}
xenos::ClampMode NormalizeClampMode(xenos::ClampMode clamp_mode) const;
static const HostFormat host_formats_[64];
D3D12CommandProcessor& command_processor_;