Remove kinda-duplicate function.
This commit is contained in:
parent
f5d844d282
commit
1b5148bb6c
10 changed files with 14 additions and 32 deletions
|
@ -329,7 +329,6 @@ static const VkFilter MagFiltVK[2] = {
|
|||
void TextureCacheVulkan::StartFrame() {
|
||||
TextureCacheCommon::StartFrame();
|
||||
|
||||
InvalidateLastTexture();
|
||||
textureShaderCache_->Decimate();
|
||||
|
||||
timesInvalidatedAllThisFrame_ = 0;
|
||||
|
@ -419,7 +418,6 @@ void TextureCacheVulkan::ApplySamplingParams(const SamplerCacheKey &key) {
|
|||
void TextureCacheVulkan::Unbind() {
|
||||
imageView_ = VK_NULL_HANDLE;
|
||||
curSampler_ = VK_NULL_HANDLE;
|
||||
InvalidateLastTexture();
|
||||
}
|
||||
|
||||
void TextureCacheVulkan::BindAsClutTexture(Draw::Texture *tex, bool smooth) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue